Hello,

I am trying figure out if it is possible to use the format command with non
standard characters like ( ) /

put format("%11s %9s\n" , guess, plat(1)) into fld "myReport"

errors

if I use

put format("%11s %9s\n" , guess, plat1) into fld "myReport"

then it works.

Unfortunately I will need to include the () for the report.

Is there any way to accomplish this within the format command?

thanks,
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to