Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Question from jeansagi on Feb 21 at 11:18 AM Hi all, SLIN warns "Char. strings w/o text elements will not be translated" this code: constants tipane_general type string value 'General'. I tried to change the above line this way: 1. constants tipane_general type string value 'General'(100). This gives syntax error "Offset or length specifications are not allowed". The idea was to define a text element but the compiler interprets (100) not that way. BTW, A variable assignment works fine this way. 2. constants typane_general type string value text-t50. This gives syntax error "Field "text-t50" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement". This way of trying to declare a text element for the constant also don't work. So after much trying/googling I can't think a way to solve this. Of course any light on this would be higly appreciated. Kind regards, J. PD: I used "#EC NOTEXT to supress the alerts and it worked but I don't want to cheat SLIN thisway. | Reply to this email to post your response. __.____._ | _.____.__ |