Jump to content
Macro Express Forums

trblwillfindme

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by trblwillfindme

  1. 1 hour ago, acantor said:

    This should work as long as there is no text in the field. It handles non-integers.

     

    The script selects the entire field and copies it to the clipboard before adding the two values.

     

    Text Type (Simulate Keystrokes): <HOME><SHIFT><END> // Select the entire field
    Clipboard Copy
    Variable Set Decimal %ClipDecimal% from the clipboard contents // Assign variable %ClipDecimal% to the clipboard
    Variable Modify Decimal: %SumDecimal% = %ClipDecimal% + 20
    Text Type (Simulate Keystrokes): %SumDecimal%
    	

     

     

     

    sorry, I didn't understand how to put this into the program

×
×
  • Create New...