web
You’re offline. This is a read only version of the page.
close

CSV Buffer should import more than 250 characters


Currently when using the CSV Buffer to import, values with more than 250 charcters get cut:


if Length > 250 then

  Length := 250;

Rec.Value := String.Substring(CurrentIndex, Length);


This should be changed to handle the values the same way they are...

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1517)

STATUS DETAILS
New