Post Reply 
Size of a list passed to a function?
04-14-2017, 12:30 PM (This post was last modified: 04-14-2017 12:31 PM by toml_12953.)
Post: #1
Size of a list passed to a function?
I'm trying to get the size of a list passed to a function. I've tried this:

PHP Code:
EXPORT dimension(mylist)
BEGIN
  
PRINT(SIZE(mylist));
END

and

PHP Code:
EXPORT dimension(mylist)
BEGIN
  
PRINT(SIZE({mylist}));
END

but neither works although SIZE does work from the Home screen.

Tom L

Tom L
Cui bono?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Size of a list passed to a function? - toml_12953 - 04-14-2017 12:30 PM



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