Subject "Broken" IB_Script content in saved *.dfm file
Author
Hello,

a part of my IB_Script content looke like this:

        end
        else begin
            PROCESSABLE_AMOUNT_CREDITS = TempReferenceAmount - PROCESSED_AMOUNT_CREDITS;
        end


In the .dfm file it's saved like this:



      #9#9'else begin'
     
        #9#9#9'PROCESSABLE_AMOUNT_CREDITS = TempReferenceAmount - PROCESSED_' +
        'AMOUNT_CREDITS;'
      #9#9'end'


The line break at the underline is causing a problem, because AMOUNT_CREDITS is being recognized as a field name, although it should be PROCESSED_AMOUNT_CREDITS. There are some more similar examples.


In many other cases the line break happens within letters (PROCE / SSED_AMOUNT_CREDITS etc.) which works fine, but if it happens directly before of after an underline, the script can't be executed.


Using IBO 5.7.7 currently, but this behaviour existed in older versions as well.


Anything that can be done aside form the "re-formatting" the script manually until it works?


Best regards,

Patrick