17-04-2008, 02:27 AM
Well, I have a question about saving data in Binary. Storing say a string. Say my NpcRec has AttackSay as String * 255. However the string used in Npc 1 is actually only 30 characters long. The saving stores all the white space and includes all those extra bytes
. I am hoping somebody can tell me how to eliminate the white space. Hopefully a simple check can do it but I am expecting something complicated haha.
