stirng_to_wstring conversion

damian177
2022-01-31
2022-01-31
  • damian177 - 2022-01-31

    Hi,
    I have two variables:
    sStr: STRING(1024);
    wsStr: WSTRING(1024);
    When I use function STRING_TO_WSTRING, the wstring data are cutting. the max is 255 ?
    is other function to convert string to wstring more then 255?

     
  • dFx

    dFx - 2022-01-31

    This is the purpose of StringUtils Library

    Defaults functions are limitated to 255 Chars. More widely, strings are no more than arrays of bytes followed by an empty one. I suppose that wstring is the same, but speaking of words instead.

     

    Last edit: dFx 2022-01-31

Log in to post a comment.