Hi Kavitha,

In Revolution, there is no need to convert strings to integers and vv. Your repeat loop will work fine.

repeat with x = 1 to 10
  put "text" & x & comma after myList
end repeat
return char 1 to -2 of myList

Best regards,

Mark Schonewille

--

Economy-x-Talk Consulting and Software Engineering
http://economy-x-talk.com
http://www.salery.biz

Quickly extract data from your HyperCard stacks with DIFfersifier. http://differsifier.economy-x-talk.com


Op 25-okt-2007, om 17:44 heeft Kavitha het volgende geschreven:


Hi,

Is there a method in Revolution to convert integer to string and vice versa.
Example:
repeat with count = 1 to 10 Put "text" & count into value // where I want the value to be 'text1,text2....' end repeat

Thank you
Kavitha

_______________________________________________
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