On putting tabs into output, Alex Tweedly wrote:

I usually do something like

local myVar = "1,2,3"
....
replace comma by TAB in myVar
....

though I have been known to do


  put "asd\twer" into a
  replace "\t" with TAB in a





Don't forget the "format" function, which will replace "\t" and "\n" with tabs and newlines AND can format numbers as you like 'em. Great for creating a table of values, Jon.

put format("asd\twer") into a

t




--
Tereza Snyder

   Califex Software, Inc.
   800 Water Street
   Sauk City, WI 53583
   608.643.2586
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to