Luciano ES wrote: > myChoice = "&(myMatch1) \n\n----------------\n\n&(myMatch2)"... > In my view, turning the variable &(myMatch2) into text is... > Is that correct? Should PowerPro do that? What does the group think?
I think that the &() is highly deprecated, that's one of the reasons we now have the new plugin-like type syntax for standard commands. I stay away from &() as much as possible. Try myChoice = myMatch1++" \n\n.." and see what happens. It's even shorter to type :-) ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/JV_rlB/TM --------------------------------------------------------------------~-> Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
