The size of a text variable can't be bigger than 32Kb. In 4d then I can use a blob and write to it, with text to blob. In Active4d I can't use this command.
$data:="" For($I;1;..... $data+=".... //can't write direct in this loop End for Write($data) //could be greater then 32 kB Is there a solution for this problem without using a 4d-methode. Gruss, Oliver
