|
Clarion's IDE tends to store and output LineFeeds as <13,10> Especially when using strings and entry fields.
BoTran needs them stored as Hex, the same way Clarion stores them in a text file.
EdBoTran has been changed to include a new button, "Edit File Text" to use text fields to store the LineFeeds correctly.
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>'
BoTran can now correctly find the string in the queue and replace with the appropriate value. |