R19.0325
New Features
- ADDEDÂ 'CompareValues' action (if-then-else)
        - compare to return values or user variables and jump to another Operation or Step.Â
- ADDEDÂ 'Paste' option in 'TextInput'Â action
    - Mark on 'Check box' to use 'Paste' action.     Â
ADDEDÂ Improved'Excel Advanced' actionÂ
  - Added 'n x n' selection & can use an excel formulaÂYou can run in background mode without real MS Excel installation.Â
'Excel' action runs on OS X, Linux, also.
   (ex) n x n data range selection, n x n data reverse, read/write from/to CSV format.MS Excel is still needed when a user wants to use 'Excel formula'.
To support 'Excel formula', we need more time. For now, we have a half solution.※ New Options
  - sheet: Name of the sheet to read (Default: the last saved-active-sheet is selected)
  - range: the range to read
  - reverse: redirect (convert vertical data to landscape)   Â
 - big: All data in the selected sheet (not available with reverse option at the same time)
 - write: the file path to write to
 - write_sheet: the name of the sheet to write (Default: Sheet1)
 - write_cell: cell start position to write (Default: A1)
  Â
- ADDEDÂ Japanese language pack renewal
- ADDEDÂ 'Rossum' API Support
ARGOS STU
- CHANGEDÂ 'Excel' to 'Excel Basics'
- DROPPEDÂ The 'User Module' obsoleted by the plugin system
ARGOS PAM
- CHANGEDÂ Re-fixed duplicate line feed when pasting using 'TextInput'.Â
- CHANGEDÂ Improved 'JSON Select' to select a dataÂ