Traders Laboratory - View Single Post - Can function in TS8 return array?
View Single Post
  #5 (permalink)  
Old 04-10-2007, 05:22 PM
weiwei weiwei is offline
weiwei has no status.

 
Join Date: Oct 2006
Posts: 87
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Can function in TS8 return array?

In TS, click on file=>open Easylanguage Doc, then open SortArray function. It will show you how TS return a function.

Basically it is treated as procedure to return array as a variable.

weiwei

Reply With Quote