new string constants

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Fou-Lu
Enthusiast
Enthusiast
Posts: 201
Joined: Tue Jul 12, 2005 8:30 am
Location: I'm pretty sure this is all a nightmare
Contact:

Post 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'?

~Fou-Lu (aka Lørd Cinneris (actually Elias Sant'Ana))

Image Image
Dr. Dri
Enthusiast
Enthusiast
Posts: 243
Joined: Sat Aug 23, 2003 6:45 pm

Post 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
Post Reply