I would like to know the equivalent code of the following QM code in LA.
This involves a lot of things, and as a sample, it would be very helpful for those who already have a grasp of QM.
Thank you in advance
Feature description:
In the notepad2(https://www.flos-freeware.ch/notepad2.html) window, using automatic text pasting strings and executing commands, manage these entries at a glance, like in QM
Autotext AT_NP
Trigger $t //FF_NP
Function FF_NP
Function Func1
This involves a lot of things, and as a sample, it would be very helpful for those who already have a grasp of QM.
Thank you in advance
Feature description:
In the notepad2(https://www.flos-freeware.ch/notepad2.html) window, using automatic text pasting strings and executing commands, manage these entries at a glance, like in QM
Autotext AT_NP
Trigger $t //FF_NP
/b/i/c/m
at :sub.Sub1 ;;AutoText 1
at :sub.Sub2 ;;AutoText 2
run :sub.Sub3 ;;run code 1
#sub Sub1 m
paste "AutoText 1"
#sub Sub2 m
paste "AutoText 2"
#sub Sub3 m
run "calc"
2
mac "Func1" "" "hello World"
Function FF_NP
Function Func1