Technical data
B-23
When appending to a buffer stream, the variable must be a string
You can specify the append option for a buffer stream only if the variable
currently exists as a string. Do not use the
append option if the variable does
not exist or is not a string. This example produces this error:
%assign x = 1
%openfile x , "a"
%closefile x