GMail users

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
Rescator
Addict
Addict
Posts: 1769
Joined: Sat Feb 19, 2005 5:05 pm
Location: Norway

Post by Rescator »

Hey Kale I corrected a bug :P

Code: Select all

*Buffer.l=AllocateMemory(33)
PokeS(*Buffer,"SW4gbG92ZSB3aXRoIFB1cmViYXNpYyE=",32,#PB_Ascii)
Base64Decoder(*Buffer,33,*Buffer,33)
Debug PeekS(*Buffer,33,#PB_Ascii)
This works with unicode turned on or off, your original only worked if unicode was off ;)
Post Reply