[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Unexpected behaviour of find-first on dynamic buffer

  • Thread starter Thread starter Stefan Drissen
  • Start date Start date
Status
Not open for further replies.
S

Stefan Drissen

Guest
Yes, I ran into this last month. Since ttTest.ctest should really already be inside a QUOTER function, I replaced the QUOTER function with a user defined function which does the same as QUOTER, but pulling out the CHR(10) from the string and adding it as a literal + CHR(10) + (taking start / end of string into account). So in your case it would return QUOTER( "abcd" ) + CHR(10) + QUOTER( "efgh" ) I wasn't aware of the difference between static / dynamic since in my case a separator changed from something 'valid' to ~n

Continue reading...
 
Status
Not open for further replies.
Back
Top