Quote from: GrahamB on May 19, 2026, 10:25:00 PMAny hints on what's on the roadmap?Missed this question in your post (sorry!). Just released v8.0.0.2, so see the "Changes" link at the home page.
Welcome to our NEW forum! We invite you to sign up today
so it can grow to be a valuable resource to all Toolbox users!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: GrahamB on May 19, 2026, 10:25:00 PMAny hints on what's on the roadmap?Missed this question in your post (sorry!). Just released v8.0.0.2, so see the "Changes" link at the home page.
(Start)
HOW TO USE: Copy from Start to End, and then paste into an action.
REFERENCE : See an example of pasting at alomware.com/paste.png
0001 Computer: Terminate process "firefox.exe"
0002 Wait: For milliseconds to pass "500"
0003 Computer: App launch "firefox.exe"
(End)
Appreciate your support.


(Start)
HOW TO USE: Copy from Start to End, and then paste into an action.
REFERENCE : See an example of pasting at alomware.com/paste.png
0001 Action: Comment "This action requires a hotkey to be used."
0002 Window: Assign active ""
0003 String: Assign "wint$"
0004 Window: Transparency "10"
0005 Wait: For action hotkey to be released ""
0006 Window: Transparency "string$"
(End)
Quote from: oblivion on May 07, 2026, 09:57:13 PMI've clearly misunderstood the use of the IDs for variable storage. Can you set me right, please?
(Start)
HOW TO USE: Copy from Start to End, and then paste into an action.
REFERENCE : See an example of pasting at alomware.com/paste.png
0001 String: Assign from random number "1-6"
0002 String: Save as ID "dice"
0003 String: Clear ""
0004 String: Assign from ID "dice"
0005 Alert: Show a message "The saved string was: string$"
(End)(Start)
HOW TO USE: Copy from Start to End, and then paste into an action.
REFERENCE : See an example of pasting at [url="http://alomware.com/paste.png"]alomware.com/paste.png[/url]
0001 Action: Comment "Remove quote chevrons, rewrap then replace chevrons"
0002 Action: Abort if no clipboard text ""
0003 Alert: Ask for a choice "#Wrap to what width?~20~30~40~50~60~70"
0004 Data: Assign "alert$"
0005 Action: Do next step if "data$=blank$"
0006 Data: Assign "68"
0007 String: Assign from clipboard text ""
0008 String: Replace text "~>>=~"
0009 String: Replace text "~>=~"
0010 String: Replace text "~~=[para]"
0011 String: Replace text "~=space$"
0012 String: Replace text "[para]=~~"
0013 String: Word wrap at "data$"
0014 String: Replace text "~=~>space$"
0015 Clipboard: Assign text "string$"
0016 Action: Do this block if "clip$<>"""
0017 Wait: For milliseconds to pass "200"
0018 Keyboard: Paste ""
0019 Action: End of block ""
(End)




