 |
QuantShare
2011-02-26 06:13:40
0
|
|
Best Answer
When you type "GetData" then "(", a tooltip appears. In this tooltip you can see (1 of 2), which means that there are two signatures for this function. Clicking on the tooltip will display the other signatures.
To get the last known value, you should type:
GetData("fund_financial", "dividend", LastData)
|
|