Post Reply 
Problem: extracting elements on CAS mode
07-20-2018, 09:29 PM (This post was last modified: 07-20-2018 09:53 PM by compsystems.)
Post: #4
RE: Problem: extracting elements on CAS mode
ok ^

index:=0; "abc"[2]; returns "[] index start 0"
History input: "abc"(3) output "c" // ok,

but the history input must be "abc"(2) and not "abc"(3)

a pos 0
b pos 1
c pos 2

index:=1; "abc"[2]; returns
input: "abc"(2) output "b" // ok

//

calling index id content returns

index [enter] x:"Error: Bad Argument Value"

//

m1:=[[1,2],
[3,4]];

m1(3,1) returns "m" ?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Problem: extracting elements on CAS mode - compsystems - 07-20-2018 09:29 PM



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