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.
WhilePrintingRecords;
stringVar array myArray;
myArray[recordnumber]
WhilePrintingRecords;
stringVar array myArray;
if recordnumber <= UBound(myArray) then
myArray[recordnumber]
else
"UNKNOWN";
NumberVar i :=0;
Stringvar a :="";
stringVar array a1 := split({Command.ADMINTIMINGS},",");
for i := 1 to ubound(a1) do
(a := a & a1[i] & chr(13));
a
Replace({Command.ADMINTIMINGS},",",chr(13));