Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to pass data to dis type of api
Message
From
10/11/2006 00:11:37
Suhas Hegde
Dental Surgeon
Sirsi, India
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
How to pass data to dis type of api
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
01168666
Message ID:
01168666
Views:
59
hi,

My_TA_S_AD( int startIdx,
int endIdx,
const float inHigh[],
const float inLow[],
const float inClose[],
const int inVolume[],
int &outBegIdx,
int &outNbElement,
double outReal[] );


My_TA_AD( int startIdx,
int endIdx,
const double inHigh[],
const double inLow[],
const double inClose[],
const int inVolume[],
int &outBegIdx,
int &outNbElement,
double outReal[] )


How can i pass from Vfp the data

The first 6 are input and the last 3 are output

Kindly help

suhashegde
Next
Reply
Map
View

Click here to load this message in the networking platform