IN THE NAME OF GOD
Hello.
Thank you very much.
I tried â??syscreateâ??, â??syswriteâ?? and â??syscloseâ?? but it had error at
â??syswriteâ??. I did as the following:
Vars I=num;
Syswrite(dev,I,2);
I think, I should not give â??Iâ??(I tried â??datakey(I)â??, also). I donâ??t have any
time for read REF DATA about datastructures and understanding them. For this
reason, I tried â??discoutâ?? but there is error. I did as the following:
define f(n);
n*2=>
enddefine;
define global vars save(file, proc);
lvars file proc;
dlocal cucharout = discout(file);
proc();
pr(newline);
cucharout(termin)
enddefine;
save(â??filenameâ??,f(4));
What is problem?
Excuse me for again inconvenience.
Sincerely,
Jenab.
|