Using function in program
|
01-26-2014, 09:28 PM
Post: #6
|
|||
|
|||
RE: Using function in program
When creating a function with input variables, those variables are implicitly declared as local. Therefore, you would not use a LOCAL statement with them. For example,
Code:
The variables a and b do not need a LOCAL a,b statement inside the BEGIN END pair. Graph 3D | QPI | SolveSys |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Using function in program - Graan - 01-26-2014, 06:56 PM
RE: Using function in program - eried - 01-26-2014, 07:25 PM
RE: Using function in program - Dougggg - 01-26-2014, 07:27 PM
RE: Using function in program - Tim Wessman - 01-26-2014, 07:36 PM
RE: Using function in program - Graan - 01-26-2014, 09:27 PM
RE: Using function in program - Han - 01-26-2014 09:28 PM
|
User(s) browsing this thread: 2 Guest(s)