Post Reply 
How to write a program to output multiple results
10-26-2020, 03:35 AM
Post: #3
RE: How to write a program to output multiple results
(10-25-2020 06:47 PM)pinkman Wrote:  The approach of the Prime built in functions is to return a list. See EIGENVV for example.

RETURN {val1, val2, val3}

You can also dynamically build the list with an arbitrary number of values with the CONCAT function.

Thank you for your guidance. I will learn this skill
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to write a program to output multiple results - cloudxff - 10-26-2020 03:35 AM



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