Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. public function setParameter ( ) as string()
  2.  
  3. dim str(0 to 2) as string
  4. str(0)="value1"
  5. str(1)="value2"
  6. str(2)="value3"
  7.  
  8. return str
  9. End function
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement