Re: [Audyssey] BGT: how to convert a number into a string?

2013-01-09 Thread Gabriel Battaglia (Kriyaban)
Hi Valiant, it works perfectly. Thank you very much. Gabriel. --- Gamers mailing list __ Gamers@audyssey.org If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org. You can make changes or update your subscription via the web, at http://mail.audyssey.org/mailman/listinfo/ga

Re: [Audyssey] BGT: how to convert a number into a string?

2013-01-08 Thread Valiant8086
int myNumber=3456; //this is our integer string myString = myNumber; //copy the integer into a variable of data type 'string' alert("string", myString); //alerts the string variable /*myString is created as the string data type. Placing the integer value of myNumber in an existing string varia

[Audyssey] BGT: how to convert a number into a string?

2013-01-08 Thread Gabriel Battaglia (Kriyaban)
Hi. Sorry, could someone help me to find out how to convert a number into a string? I got the opposite function which is: string_to_numer. Thanks. Gabriel. |-< Gabriel Battaglia (Kriyaban) >-| |- Skype: gabriel_battaglia |---| --- Gamers mailing list _