Page 2 of 2

Posted: Fri Sep 09, 2005 4:33 am
by Fou-Lu
There are more people who speak chinese than english out there GeoTrail... :wink: What about changing your country's native language now? :lol:

But I agree with you, I'd never write a program in portuguese. Maybe I'd translate it later, but english is the best choice as even people who don't speak english get a clue of what it means. We're getting off topic...

I didn't understand what is this backwards writting for. :?
Could you explain 'esaelp'?

Posted: Fri Sep 09, 2005 6:32 am
by Dr. Dri
PB wrote:
fweil wrote:

Code: Select all

a.l = 'SIHT'
Debug LongToString_1(@a)
a.l = 'EVAW'
Debug LongToString_1(@a)
a.l = 'FFIR'
Debug LongToString_1(@a)
a.l = 'atad'
Debug LongToString_1(@a)
a.l = 'MB'
Debug LongToString_1(@a)
Why are they all backwards?
It's about little or big endian stuff...
Image

Dri