Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
StringVar result;
NumberVar i := 1;
For i := 1 to ubound({?T-DOC}) do
result := result + {?T-DOC} + chr(13);
result;