Re: [Gambas-user] How to Chr$(VARIABLE) as Chr$()

2016-12-31 Thread Charlie
Try changing the following line. *var = Val("" & "80")* -- View this message in context: http://gambas.8142.n7.nabble.com/How-to-Chr-VARIABLE-as-Chr-H80-tp58096p58109.html Sent from the gambas-user mailing list archive at Nabble.com.

[Gambas-user] How to Chr$(VARIABLE) as Chr$()

2016-12-30 Thread abbat81
Hi all, how to insert my variable in Chr$()? this doesn't work: Dim var as String var = "" & "80" Print #Sport, Chr$(var); Thannks in advance. -- View this message in context: http://gambas.8142.n7.nabble.com/How-to-Chr-VARIABLE-as-Chr-H80-tp58096.html Sent from the gambas-user mailing