This used to work in 19.1 and 20.0, does not in 20.1. Max data returned is 65kb. (Normal maximal string length).
Should this still work?

Code:
    
    String sText
    Integer iOrgArgSize
    Get_Argument_Size to iOrgArgSize
    Set_Argument_Size 1048576
    Get_Field_Value Correspondentie.File_Number (RefTable (Correspondentie.Tekst)) to sText
    Set_Argument_Size iOrgArgSize
I solved the problem, by getting the data to an uchar, but i think getting it to a string should also work.

Regards, IJmert van Gorsel.