Hi
Is there any chance in string processing '???' can occur.
eg:
sUnitID:string(24);
sUnitID:='CD1234568908' is the actual
again passing it to another string sData:string(24); sData:=sUnitID; sData:='CD1234568???'
Any string overflow problem???
Thanks Sarath
are you forgetting the newline and return?
Log in to post a comment.
Hi
eg:
sUnitID:string(24);
sUnitID:='CD1234568908' is the actual
again passing it to another string
sData:string(24);
sData:=sUnitID;
sData:='CD1234568???'
Any string overflow problem???
Thanks
Sarath
are you forgetting the newline and return?