Jump to content

solved --how to return several values as an array?


Go to solution Solved by dmob,

Recommended Posts

Posted (edited)
while 1 
    if  condition1 then
         if  condition2 then 
            return value1 , vlaue2, value3
        endif 
     return value1 , value 2 
    endif 
wend
Edited by jacky998877
Posted
  • jacky998877 changed the title to solved --how to return several values as an array?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...