APL programming language
Posts  1 - 1  of  1
dick959553
I wrote an APL function which has a variable named GOLFROSTER. GOLFROSTER is composed of columns containing names, e-mail addresses and numbers. Each row is enclosed.
The shape is 48 17. When I format the variable the shape changes to 48 76.

Now I want to save this as a report (I have a function called deltaFM (delta is the APL delta symbol) which is what I used to try and save the variable. The line of code I used is:

GOLFROSTER deltaFM "C:\GOLFROSTER.TXT"

This returned a RETURN CODE of 0 (which I think means success). But there is no GOLFROSTER file on the C:drive.

HELP
Save
Cancel
Reply
 
x
OK