Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

string ???

sarathbabu
2014-09-15
2014-09-17
  • sarathbabu - 2014-09-15

    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

     
  • shooter - 2014-09-17

    are you forgetting the newline and return?

     

Log in to post a comment.