Subject FreeUDFLib alternative
Author vbj34
Hello,

I need to use FreeUDFLib string functions such as f_lrtrim() or
f_stringlength() on strings up to 1024 chars long. However most of
the FreeUDFLib string routines work for chars up to 256, and string
inputs over 256 chars result in overflow exceptions. Can anybody
suggest alternatives or suggestions to work around this problem?
Thank you.