LONGSTRING RESIZE src%(), size%
Resizes the longstring 'src%()' to 'size%' bytes. If 'size%' is larger than the current size, the longstring will be extended with null bytes. If 'size%' is smaller, the longstring will be truncated.
Resizes the longstring 'src%()' to 'size%' bytes. If 'size%' is larger than the current size, the longstring will be extended with null bytes. If 'size%' is smaller, the longstring will be truncated.