Back to SPR List Previous Next
Attribute not recognised on WRITE (attrib) ...
Minor Closed - Fixed Found:XS.01.07 22 SEP 2007 Fixed:XS.01.08 24 SEP 2007

DETAILS
 This program writes to a file called "test1" where it should write to "works.txt".
EXAMPLE PROGRAM
 attribute test1 filename="works.txt"

 program
 write (test1) "hello world"
 end program
WORKAROUND
Back to SPR List Previous Next