Article ID: 114972
Article Last Modified on 10/27/1999
Calculator.Op OP_MULTIPLY
to read as follows:
Calculator.Op = 3 ' OP_MULTIPLY
Const OP_MULTIPLY = 3
This allows you to use the OP_MULTIPLY value instead of the hard-coded
value of 3.Additional query words: 2.01
Keywords: kbdocfix kb16bitonly kbdocerr KB114972