Post Reply 
[HP PPL] Concatenation inside CAS(..) command does not work
08-05-2024, 05:55 AM (This post was last modified: 08-05-2024 06:14 AM by komame.)
Post: #2
RE: [HP PPL] Concatenation inside CAS(..) command does not work
When using a variable in a CAS call on the PPL side, you should indicate that it contains an expression rather than a string.

Use expr like this:
Code:
    expression:="2^3";
    d:=CAS(expr(expression));

However, this still won't work in your case because PPL program cannot return symbolic results (Home doesn't work with symbols).

Programs that operate on symbolic expressions should be written in CAS, not PPL.

Piotr Kowalewski
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [HP PPL] Concatenation inside CAS(..) command does not work - komame - 08-05-2024 05:55 AM



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