Problem: extracting elements on CAS mode
|
07-20-2018, 05:44 PM
Post: #3
|
|||
|
|||
RE: Problem: extracting elements on CAS mode
If you have CAS programs in Python syntax, this will enable Python compatibility mode, i.e. list indices will start at 0 for CAS variables when using [] notation. List indices with () are not concerned and should be used for non-CAS variables like M1.
Run index:=1 or of:=1 for indices starting at 1 in [], index:=0 or of:=0 for indices starting at 0. |
|||
« 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: 1 Guest(s)