str s.getsel
str s1 ;;string variable. If need numeric, replace str with int or double.
if(!inp(s1 "Enter AutoText Abbreviation" "" "test")) ret
str s2 ;;string variable. If need numeric, replace str with int or double.
if(!inp(s2 "Enter a phrase description" "" "description")) ret
4.code:Replace the default Abbreviation (text) with the variable s1, Add a description with the variable s2 Just like below
Autotext Autotext2
Trigger $t
str s1 ;;string variable. If need numeric, replace str with int or double.
if(!inp(s1 "Enter AutoText Abbreviation" "" "test")) ret
str s2 ;;string variable. If need numeric, replace str with int or double.
if(!inp(s2 "Enter a phrase description" "" "description")) ret
4.code:Replace the default Abbreviation (text) with the variable s1, Add a description with the variable s2 Just like below
Autotext Autotext2
Trigger $t