Re: Problems with GET.E
I guess the easy fix is to override the built-in print command.
I.E.:
procedure old_print(integer fn, object x)
print(fn, x)
end procedure
without warning
procedure print(integer fn, object x)
print(fn, x)
puts(fn, 10)
-- you can replace 10 with '\n' or {10} or "\n"
end procedure
with warning
Lucius L. Hilley III
lhilley at cdc.net
+----------+--------------+--------------+
| Hollow | ICQ: 9638898 | AIM: LLHIII |
| Horse +--------------+--------------+
| Software | http://www.cdc.net/~lhilley |
+----------+-----------------------------+
|
Not Categorized, Please Help
|
|