I just noticed you asked about string field. Did you mean to say field? The maximum length of a string variable is 1073741823.
If you create a DataWindow and select a column that is a large text column, the column size is set to 32767. You might be able to change that by editing the source.
Correct .... 32bit max / 2 (because PB is now double-byte) = 2,147,483,647 / 2 = 1,073,741,823
Regards .. .Chris