how to remove string?
|
06-01-2018, 04:55 PM
Post: #4
|
|||
|
|||
RE: how to remove string?
CREATE USER VARIABLES
MY PROGRAM: edit the objects in the lists DAT1; DAT2; EXPORT PREGUNTA(Y,D) BEGIN PRINT; DAT1:=EXPR("YEAR_"+Y+"_DAY_"+D); // LIST DAT2:=EVAL("'YEAR_"+Y+"_DAY_"+D+"'"); // NAME LIST PRINT(DAT2)+PRINT(DAT1); wait(3); EDITLIST(DAT1); END; example why the changes made in the list YEAR_1999_DAY_2 are not kept? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
how to remove string? - Richard - 05-31-2018, 06:44 PM
RE: how to remove string? - cyrille de brébisson - 06-01-2018, 04:56 AM
RE: how to remove string? - Richard - 06-01-2018, 06:48 AM
RE: how to remove string? - Richard - 06-01-2018 04:55 PM
RE: how to remove string? - Richard - 06-01-2018, 08:54 PM
RE: how to remove string? - Didier Lachieze - 06-01-2018, 09:27 PM
RE: how to remove string? - Richard - 06-02-2018, 04:49 PM
RE: how to remove string? - Richard - 06-02-2018, 04:49 PM
RE: how to remove string? - Didier Lachieze - 06-02-2018, 05:37 PM
RE: how to remove string? - roadrunner - 06-03-2018, 10:23 AM
RE: how to remove string? - Tim Wessman - 06-03-2018, 11:58 PM
RE: how to remove string? - Richard - 06-04-2018, 01:29 PM
|
User(s) browsing this thread: 1 Guest(s)