Quote from: Paul (Lead Developer) on December 18, 2025, 08:20:36 PMYes, the Step's help says that "String: Make numeric" can only be used on single lines of clipboard text. The examples you posted were a single line (eg. "06/12/65/11/22").Huge thanks Paul, it's all working perfectly now, you're a lifesaver
Maybe you have copied a line break before and/or after the text? If so, you can remove them like this (Step 2):Code Select(Start)
TIP: Copy from Start to End to paste into an action.
0001 String: Assign from clipboard text ""
0002 String: Remove line breaks "0"
0003 String: Make numeric ""
0004 Clipboard: Assign text "string$"
(End)
The "0" for Step 2's value means to NOT insert a space where the line breaks are. Specifying "1" will put a space.
