Page 2 of 2

Posted: Tue Mar 27, 2012 1:39 am
by lannguyen
I had the same problem.

when I used
NAME2:String[max=100] = substring[1,100] (NAME1)
it returns a warning, I must use NOWARN.

I found a solution for the substring without warning:
NAME2:string[max=100]=string_trim(NAME1)