12-08-2022, 05:32 PM
I pretty much always use _TRIM$ instread of LTRIM$ or RTRIM$, mainly because I want to be absolutely sure I don't have any leading or trailing spaces. Instead of doing one or the other, I figure doing both is best.
Ask me about Windows API and maybe some Linux stuff