PxPlus User Forum

Main Board => Discussions => Language => Topic started by: Jeffrey Ferreira on January 10, 2022, 11:06:42 AM

Title: Error in Character Editor
Post by: Jeffrey Ferreira on January 10, 2022, 11:06:42 AM
Hi All,

I know I should use GUI editor but I like some features in the character editor...but I cannot save programs in Character editor.
I get an error 41 at line 5039

5039 print 'textwdw'(-200,-200,mxc(0)+2,mxl(0)+2,'CS'),

i do have a bigger monitor...does anyone know how i can fix this?

thanks

jeff
Title: Re: Error in Character Editor
Post by: Mike King on January 10, 2022, 12:06:09 PM
What version PxPlus and what type of terminal are you using.

I just connected to a Unix system via ssh using putty and had no trouble saving a program -- and actually was able to issue the 'textwdw' command directly from command line without any error.
Title: Re: Error in Character Editor
Post by: Jeffrey Ferreira on January 10, 2022, 12:10:18 PM
Hi Mike,
version 17
mxc(0)=249
mxl(0)=59

i think the 249 is causing the problem....

Title: Re: Error in Character Editor
Post by: Mike King on January 10, 2022, 12:17:32 PM
Jeff,

Okay -- looks like you must be running the text editor in WindX with the screen maximized.

Try simply removing the +2 from both MXL and MXC.

Title: Re: Error in Character Editor
Post by: Jeffrey Ferreira on January 10, 2022, 12:21:46 PM
Hi Mike,
I'm running in Terminal Services but removing the +2 fixed it...
i just wanted to make sure i wasnt going to break anything...
thank you ...
i hope i'm not the only person left still using character editor   ....
jeff