Posted: Tue Jun 13, 2006 2:54 pm
Hey Kale I corrected a bug 
This works with unicode turned on or off, your original only worked if unicode was off 
Code: Select all
*Buffer.l=AllocateMemory(33)
PokeS(*Buffer,"SW4gbG92ZSB3aXRoIFB1cmViYXNpYyE=",32,#PB_Ascii)
Base64Decoder(*Buffer,33,*Buffer,33)
Debug PeekS(*Buffer,33,#PB_Ascii)