Groups | Blog | Home
all groups > flash actionscript > april 2004 >

flash actionscript : taking a '%' literally in a LoadVars var



HardWorkingPete
4/28/2004 8:22:28 PM
When loading an external text file using LoadVars containing a '%' within a
variable, it's skipped by the compiler. Is there a simple way to overcome this
so the compiler takes the '%' literally.

Many thanks,

Peter O'Brien
kglad
4/28/2004 9:09:43 PM
try: %25 instead of %


AddThis Social Bookmark Button