Thanks Eugene, yes you have read my concept correctly;
- The code above was to demonstrate what was needed in a dll.
- I have been able to pass an instance of WealthScript.
Finally have the code below working.
Only problem is that when Wld opens with the default workspace including a reference to the dll the Dictionary does not seem to have loaded to return data for the current symbol, and its not until the next symbol is loaded that all seems to be working fine.
Any ideas for a fix, please?
Someone may find this 'template' useful; I can generate a table of current company names, market capitalisations and total issues, each week. Then plot a label of the details and/or I guess use the details to filter Datasets - but haven't tried yet.
Sample .txt
QUOTE:
ACP,Audalia Resources Limited FPO,2832000,14160001
ACR,Acrux Limited FPO,559428949,166496711
ACS,Accent Resources NL FPO,57955078,173000233
ACU,Acuvax Limited FPO,4914191,2457095319
ACW,Actinogen Limited FPO,2523221,50464426
CODE:
Please log in to see this code.
Ah. bug. Where a symbol is not in the table a label is not drawn but the values are carried from the previous symbol. Must nuke it.