Post Reply 
2021: INPUT for CAS Mode
05-01-2021, 08:47 PM
Post: #2
RE: INPUT for CAS Mode
(05-01-2021 06:22 PM)compsystems Wrote:  Hello, INPUT cms does not work in CAS MODE, the following code although it is for home mode, it can be executed in CAS mode

try to test input_(x) then type '987' in single quotes, in the end the input variable is not stored in memory = (any way to do it?

PHP Code:
export input_(var)
begin
    local ok
;
    
ok:=input(eval(var));
    if 
ok then
    
print( var );
    print( eval(var));
    return eval(var);
end

Where's the end of the if?

Tom L
Cui bono?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
2021: INPUT for CAS Mode - compsystems - 05-01-2021, 06:22 PM
RE: INPUT for CAS Mode - toml_12953 - 05-01-2021 08:47 PM
RE: INPUT for CAS Mode - compsystems - 05-02-2021, 05:07 AM



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