Post Reply 
EDITLIST
08-10-2018, 04:32 PM
Post: #1
EDITLIST
Bonjour

En lisant l'aide sur EDITLIST, j'ai pensé que l'on pouvait
éditer plusieurs listes simultanément.
Puisque l'on parle de noms de colonnes.
Mais je n'y arrive pas.
J'ai essayé :
Code:

Essai
BEGIN
 Local l:={1,2,3,4,5},m:={0,0,0,0,0};
 EDITLIST({l,m},{"titre",{},{"X","Y"});
END;
Mais je me retrouve avec 2 lignes qui contiennent l et m et une seule colonne ?


Hello

Reading the help on EDITLIST, I thought we could
edit several lists simultaneously.
Since we are talking about column names.
But I can not.
I tried :
Code:

Essai
BEGIN
 Local l:={1,2,3,4,5},m:={0,0,0,0,0};
 EDITLIST({l,m},{"titre",{},{"X","Y"});
END;

But I end up with 2 lines that contain l and m and a single column ?

Sorry for my english
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
EDITLIST - Tyann - 08-10-2018 04:32 PM
RE: EDITLIST - roadrunner - 08-10-2018, 11:30 PM
RE: EDITLIST - Tyann - 08-11-2018, 04:53 AM



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