Problem with send command???
Trevor DeVore
lists at mangomultimedia.com
Fri Jun 27 08:37:35 EDT 2008
On Jun 26, 2008, at 11:04 PM, Shao Sean wrote:
> I have run into issues where my data being "sent" has had commas and
> it ends up thinking that it is a new parameter..
If you use variables in your send command you won't have any issues.
Just create send statements that look like this:
put "something" into theVar1
put "something else" into theVar2
send "MyMessage theVar1, theVar2" to field 1 of card 1
Regards,
--
Trevor DeVore
Blue Mango Learning Systems
www.bluemangolearning.com - www.screensteps.com
More information about the use-livecode
mailing list