Post Reply 
INSERT doesn't insert
09-20-2019, 01:09 PM
Post: #5
RE: INSERT doesn't insert
In lists it is possible to insert using a negative index:
Code:
INSERT(STRGS,1,STRG) → STRGS(-1):=STRG

Positive indexes to modify or create
Index 0 to insert at the end or call the last item
List as a parameter to extract part of the list: L1 ({2,5})

Viga C | TD | FB
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: INSERT doesn't insert - toml_12953 - 09-18-2019, 04:14 PM
RE: INSERT doesn't insert - Carlos295pz - 09-20-2019 01:09 PM



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