Post Reply 
PLUS42 - Usage of UNITS functions in solver
09-21-2022, 04:54 PM
Post: #2
RE: PLUS42 - Usage of UNITS functions in solver
UBASE isn't defined as a built-in function in the equation language. (There is a complete list of built-in functions here, under the sub-heading Functions.)

I guess I should add it, but in the meantime, you can work around this problem by creating a function UBASE yourself, and implementing it using a program:

UBASE(X):XEQ(UB:X)

00 { 8-Byte Prgm }
01▸LBL "UB"
02 UBASE
03 END
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: PLUS42 - Usage of UNITS functions in solver - Thomas Okken - 09-21-2022 04:54 PM



User(s) browsing this thread: 1 Guest(s)