PT
Developer Forums
Register
Login
Code Snippets
->
return arrays from functions?
<
1
>
C
Captain N
Joined:
18th Apr 2003
Location:
Posted:
18th Apr 2003 21:56
Is there any way to return an array from a function?
D
Danmatsuma
Joined:
2nd Mar 2003
Location:
Australia
Posted:
18th Apr 2003 22:12
dimension the array at the start of your code then just change it within your function, it's accessible globally this way