Paragraph script Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
smhorton

Paragraph script

19 Sep 2017, 12:25

Hello -
I need a script for work for a repeated email.

What do I have wrong here?

Code: Select all

^CNF::
Text; 
Send
(
Hello 

Your product order request through Inspire has been processed; your order should arrive soon.  As a courtesy, a copy of the receipt has been attached for your records. 

Please review the receipt/order for accuracy; please notify our coordinator immediately if there are any discrepancies.  

Thank You,
)
edit: please use code tags
BoBo
Posts: 6564
Joined: 13 May 2014, 17:15

Re: Paragraph script  Topic is solved

19 Sep 2017, 13:01

smhorton wrote:Hello -
I need a script for work for a repeated email.

What do I have wrong here?

Code: Select all

^CNF::

MyContinuationSection = 
(
Hello 

Your product order request through Inspire has been processed; your order should arrive soon.  As a courtesy, a copy of the receipt has been attached for your records. 

Please review the receipt/order for accuracy; please notify our coordinator immediately if there are any discrepancies.  

Thank You,
)

Send % MyContinuationSection
https://autohotkey.com/docs/Scripts.htm#continuation

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: mebelantikjaya, NinjoOnline and 265 guests