|
Clarion's IDE tends to store and output LineFeeds as <13,10> Especially when using strings and entry fields.
BoTran2 needs them stored as Hex, the same way Clarion stores them in a text file. Example of jumpstart "string" output storage of multi-line tool tip in BTL file.
You have to manually edit the Default Language and replace the "string" LineFeeds (<13,10>) with the hex LineFeed values using the "Enter" Key and manually deleting the '<13,10>'
BoTran2 can now correctly find the string in the queue and replace with the appropriate value. |