johnf35 / Publications
Forum
Question about PositionsTotal() from a newbie
Within MetaEditor 5.00, I have inserted the following line into my EA code: NumOpenPosns = PositionsTotal(); On compilation, I get the following error message: "'PositionsTotal' - function not defined." How do I fix this problem? Isn't PositionsTotal a built-in function? johnf35