|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Quote:
double MyFunc(int shift) { static double a[100]; static bool firstTime = true; if (firstTime) { firstTime = false; <fill up the array> } return a[shift]; } |
|
||||
|
Quote:
__________________
there wil be nothig for a person exept his efforts (Emam Ali Alayhesalam) M.A.Gh |
|
||||
|
Quote:
for (int i=0; i<100; i++) { double d = MyFunc(i); <do what u need to do with the return value> } |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MT4 Files Functions Replacement. | codersguru | Tools and utilities | 95 | 05-17-2008 05:32 PM |
| File Functions | intelligent_14 | Questions | 6 | 07-11-2006 08:37 PM |
| Lesson 7 - Functions | codersguru | Lessons | 2 | 11-02-2005 03:32 PM |