Post Reply 
INSERT doesn't insert
09-18-2019, 02:13 PM
Post: #1
INSERT doesn't insert
Code:
EXPORT STRINGIDS()
BEGIN

LOCAL STRGS := {}, STRGID:=0, STRG:="";

  FOR STRGID FROM 1 TO 100 DO
    STRG := STRINGFROMID(STRGID);
    INSERT(STRGS,1,STRG); // Misbehaving here!
  END;

RETURN STRGS;

I tried the INSERT command with lists, in the Home screen, and it doesn't seem to insert items to lists.

Most likely, I am missing something here...
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
INSERT doesn't insert - Cristóbal De Jesús - 09-18-2019 02:13 PM
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)