TCPmaker : Visual Tour    How Variables and Controls Work Together  

How do I send a String Variable?

Well, actually, we don't recommend that you send or receive String Variables directly. String variables are intended to be formatting objects that are only used inside run.swf on the PC.

Rather than sending a String Variable, you send the variable or variables that are associated with the String Variable's argument list (the v property). On the PC, these variables will get handled automatically, and applied to the format string in the s property of the String Variable.

 
  

10 of 12
Copyright Notice and Author Information