thank you
- Log in to post comments
thank you
thank you
you can generater sql by classdefinition, to get parameter maxlen value such as :
s maxlen=
s truncate=
i (truncate=1) && ($l(originalVal)>maxlen){
s originalVal =$e(originalVal,1,maxlen)
}
Maybe it can help you!
you can use as following: s clsName = "MyClass" $System.