Date: Mon, 21 Nov 94 13:53:50 GMT
Subject: SX50 task - printing to files
From: Robert McDonald
John:
Could you pass round a request for help again for me?
When I write a task which sends results to a file the filename
is always padded out with spaces on the end.
Is there any way round this?
A simple example of the kind of task I am writing is:
10 FILE CLOSE 11
20 LOCAL X#,H#,SAVE$
30 DEFINE X# 11
40 DEFINE H# (HEAT ())
50 DEFINE SAVE$ 'temp'
60 FILE OPEN WRNW SAVE$ X#
70 PRINT FILE H#
80 FILE CLOSE 11
1000 STOP
Sorry if the answer is (or should be) obvious but I'm just at the
start of all this!
Thanks'