06-20-2008, 07:11 PM
I am new to programming within QM2. What I am looking to do is to copy a number from a field, add one to the number and paste it back into the same field.
Augmenting a Number
|
06-20-2008, 07:11 PM
I am new to programming within QM2. What I am looking to do is to copy a number from a field, add one to the number and paste it back into the same field.
06-20-2008, 07:33 PM
06-20-2008, 07:36 PM
To perform various operations with text and numbers, store the text in a variable. You can use the Text dialog (the first button in the floating toolbar) to create code to copy and paste using a variable.
If it is an arithmetic operation, the variable type must be int, or double, or long. Use function val() to convert string variable to number. Example Macro |
« Next Oldest | Next Newest »
|