Forum Discussion

subbu_valliappa's avatar
subbu_valliappa
Contributor
12 years ago

DelphiScript String Length Limit

Hi,



We got this variable in our script:



ProductsArray : String;



that are used to read data from Excel. We noticed a particular cell which has >300 characters are truncated to 255 characters when copied over.



Is this a limitation with String type? Is there an alternative that we can use?



Thanks in advance for your help.