Convertion functions

Mark Schonewille m.schonewille at economy-x-talk.com
Thu Oct 25 11:50:22 EDT 2007


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




More information about the use-livecode mailing list