Post Reply 
COMANDO MAP
09-20-2016, 07:17 PM
Post: #5
RE: COMANDO MAP
By the way,
Please note, you can alse use user function, like

Code:

myfct(z)
BEGIN
// you can use anything you want
// #cas function and string manipulation more easily
RETURN z<10;
END;

EXPORT PRUEBA()
BEGIN
local a:={},m;
a:={1,23,45,10,0};
m:=map(a,"x→myfct(x)");
END;
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)