Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[VB.NET] Fixed string length

Joined
Apr 28, 2005
Messages
6,953
Reaction score
2,420
I've searched google but I can't seem to find what I'm looking for.

I'm trying to set the limit on a string to 64 characters long. Google tells me,

<VBFixedString(64)>

will do the trick, but in my case it doesn't. VBFixedString sets all unused bytes to 20, but I need them set to 00.
 
Back
Top