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" ? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Problem: extracting elements on CAS mode - compsystems - 02-20-2018, 10:29 AM
RE: Problem: extracting elements on CAS mode - compsystems - 07-20-2018, 05:11 PM
RE: Problem: extracting elements on CAS mode - parisse - 07-20-2018, 05:44 PM
RE: Problem: extracting elements on CAS mode - compsystems - 07-20-2018 09:29 PM
|
User(s) browsing this thread: 2 Guest(s)