&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
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
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
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
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
---