I have a legacy application that has been migrated to PB 12.5. When it was migrated from version 9 to 10, the DBSC string manipulation was used (LenA, MidA, RightA, etc.) because strings were to be converted. My issue is that we are now interested in changing the application to use Unicode and I'm concerned that these functions will create problems for us going forward. I would like to revert all the string functions back to the Len, Mid, Right, etc. functions, but I cannot come up with solution for reverting the code back.
Any suggestions?
Thank you.