PureBytes Links
Trading Reference Links
|
I have no trouble putting a string in a table which I verified by
exporting the table and seeing that the string (Ticker) was there as
it should be.
I appear to have no trouble getting a string out of a table which I
verified by checking VarGetLastType which was a 3 i.e.
HighTicker = TableDataGet(j, 0, th1);
datatype = VarGetLastType();
However when I try and put that ticker in another table the
instruction fails i.e. when I export the table it's not there and
following this I get the same effect as in the previous reported bug
in that everything else about the AFL becomes inoperable until I shut
down the AA shut down AB and bring them both up again and note out
the offending statement.
// TableDataAddStr (HighTicker, k, 1, th2);
Everything else going into that table row is fine.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/O10svD/Me7FAA/uetFAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|