#144 WSTringBuilder internal string declaration misses a size, so it is 80 chars max

closed
hermsen
None
2021-10-30
2021-08-14
hermsen
No

Suggestions

1) Fix is to set a buffersize i.e.

_workWSTRING : WSTRING(4096);

2) Replace functions from Standard64 with the functions from StringUtils

Discussion

  • hermsen

    hermsen - 2021-08-14
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,5 +1,9 @@
    -Fix is to set a buffersize i.e.
    +Suggestions
    +
    +1) Fix is to set a buffersize i.e.
     ~~~
     _workWSTRING : WSTRING(4096);
     ~~~
    
    +2) Replace functions from Standard64 with the functions from StringUtils
    +
    
     
  • hermsen

    hermsen - 2021-10-30

    We have entirely redesigned the WStringBuilder.
    It has been integrated into Stack v1.4.2.30

     
  • hermsen

    hermsen - 2021-10-30
    • status: open --> closed
     

Log in to post a comment.