1. No output
My program makes output when interpreted by ex, but doesnt make any when
interpreted by exw!
2. Re: No output
ohtar wrote:
> My program makes output when interpreted by ex, but doesnt make any when
> interpreted
> by exw!
Try exwc instead of exw, or add some code like:
if getc(0) then
end if
at the end of your program, so the exw window doesn't disappear
until you press Enter. Otherwise the exw window, with your output
on it, might appear and disappear so fast you don't even notice it.
Regards,
Rob Craig
Rapid Deployment Software
http://www.RapidEuphoria.com