Post Reply 
COMANDO MAP
09-19-2016, 08:56 PM
Post: #1
COMANDO MAP
good afternoon everyone, I want to use the "map " command in a program, but when I boot an error check .
This is the code I have:

EXPORT PRUEBA()
BEGIN
LOCAL a:={},m,X;X:=CAS.X;
a:={1,23,45,10,0};
m:=map(a,X→X<10);
m;
END;

I can say where the bad and what is the solution , thanks for your reply .
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
COMANDO MAP - ivan - 09-19-2016 08:56 PM
RE: COMANDO MAP - roadrunner - 09-20-2016, 01:40 AM
RE: COMANDO MAP - jrozsas - 09-20-2016, 09:27 AM
RE: COMANDO MAP - Carlos295pz - 09-20-2016, 05:41 PM
RE: COMANDO MAP - hpfx - 09-20-2016, 07:17 PM



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