I’m calling a Win32 API function and getting back a string padded with null characters. Trim$() doesn’t remove them. Is there an easier solution then removing them one character at a time?
I’m calling a Win32 API function and getting back a string padded with null
Share
if it’s just padded to the right, you can use something like this: