HP Forums

Full Version: HP50G Algebraic object multiply by variable
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

I am new user of HP50G from HP48SX, and now having error when transferring program to HP50G, hop anyone can help to see what's wrong with the following program.

Example :

Work on HP48SX
<< 5 'X' * >> ---> '5*X'

HP50G
<< 5 'X' * >> ---> * Error: Undefined Name

Do I need to set some flags or mode?

Thank You
Roy
Hi, see if this helps:


It seems 'X' is undefined.
Try Mode, Flags, uncheck system flag 3

system flag 3 set --> "Function --> num" require that EVAL can result in a numerical value.
system flag 3 unset will allow for returning a symbolic

br Gjermund
(09-21-2022 12:19 PM)Gjermund Skailand Wrote: [ -> ]Hi, see if this helps:


It seems 'X' is undefined.
Try Mode, Flags, uncheck system flag 3

system flag 3 set --> "Function --> num" require that EVAL can result in a numerical value.
system flag 3 unset will allow for returning a symbolic

br Gjermund

Hi Gjermund,

Thanks for your advise. It solved my problem.
Reference URL's