[nsbasic-ce] Re: Convert String To Integer And Vice-Versa

2010-06-10 Thread Nathan
But how to convert the integer to a string that I could use with the txtVisor.Text? PS: Remember that I need to convert from string to integer and to string. --- In nsbasic-ce@yahoogroups.com, Woody Yuni Ho hwoody2w...@... wrote: Sorry...keep thinking vb. Dim a A=cint(txtstr)

Re: [nsbasic-ce] Re: Convert String To Integer And Vice-Versa

2010-06-10 Thread George Henne
Have you checked the Language Reference? Please see Conversions. The answer is also in Tutorial 3, which I have referred you to already. But how to convert the integer to a string that I could use with the txtVisor.Text? PS: Remember that I need to convert from string to integer and to string.