Forum Post: RE: bug with longchar

  • Thread starter Thread starter jmls
  • Start date Start date
Status
Not open for further replies.
J

jmls

Guest
Thanks - next time, please add an include file and UPPERCASE the code … J lmao the case would be that if there was no "\" in the string to be parsed, rather than the do : end block I could just if index(lv_Data,"\") eq 0 then return lv_data. right at the start, and not have to have the do .. end block at all as mentioned, I could also just do if index(lv_Data,"\") eq 0 then return. which actually works - but gives a little warning sign in appbuilder (which I also don't like ;) )

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