Re: [Gambas-user] mkinteger..and the reverse function

2015-08-01 Thread Ru Vuott
&0100 Print i End ** Regards vuott Sab 1/8/15, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] mkinteger..and the reverse function A: "mailing list for gambas users" Data: Sabato 1 agosto 2015, 11:09 Le

Re: [Gambas-user] mkinteger..and the reverse function

2015-08-01 Thread Yahoo
Oups, sorry Olivier > Le 1 août 2015 à 05:09, Benoît Minisini a > écrit : > > Le 01/08/2015 09:40, Olivier Cruilles a écrit : >> hello, >> >> myInteger = Cint(val(myString)) >> >> Olivier >> >> >>> Le 1 août 2015 à 01:39, nando a écrit : >>> >>> I'm putting this out there... >>> >>> I'm

Re: [Gambas-user] mkinteger..and the reverse function

2015-08-01 Thread Benoît Minisini
Le 01/08/2015 09:40, Olivier Cruilles a écrit : > hello, > > myInteger = Cint(val(myString)) > > Olivier > > >> Le 1 août 2015 à 01:39, nando a écrit : >> >> I'm putting this out there... >> >> I'm using MkInteger$, MkShort$ >> >> Who knows what the opposite functions would be. I can't find them

Re: [Gambas-user] mkinteger..and the reverse function

2015-08-01 Thread Olivier Cruilles
hello, myInteger = Cint(val(myString)) Olivier > Le 1 août 2015 à 01:39, nando a écrit : > > I'm putting this out there... > > I'm using MkInteger$, MkShort$ > > Who knows what the opposite functions would be. I can't find them > > > myString = MkInteger$(12345678) 'convert an integer

[Gambas-user] mkinteger..and the reverse function

2015-07-31 Thread nando
I'm putting this out there... I'm using MkInteger$, MkShort$ Who knows what the opposite functions would be. I can't find them myString = MkInteger$(12345678) 'convert an integer to a string representation myInteger = ?? (myString) 'convert back to an integer anyone? -Nando ---