[q-lang-users] Stack Overflow
Brought to you by:
agraef
From: <lg...@in...> - 2006-06-25 21:09:28
|
People: Why do I get a stack overflow from this little script in qpad? def F1 =3D fopen "c:\\junk\\files.txt" "a" ; fexists NAME =3D isfile (fopen NAME "r"); RC1 =3D fwrites F1 "Hello, my good world, line 53.\n"; If I run the script without the fwrites, and then just run the fwrites in= the bottom panel of qpad, it runs without a hitch. This inconsistency of act= ion drives me crazy. Larry Gregg |