Hello Blazers!
I'd love to get some guidance from the community here on something I am trying to do. I am sure it is easy and I am just overthinking it. Here goes. I have a snippet (below) that ultimately will contain approximately 98 If Statements. Yes....98! With this many If Statements, I feel it would be more efficient to create and maintain if I could have each If Statement on a separate line. The problem is, when I hit the key to go to the next line, that breaks the AutoPilot. So far, I have created 19 of the 98 If Statements and the only way I can get this to work is if I write the Snippet without the key line breaks. This is what is embedded below. Love to hear some ideas on a solution to this problem. Thank you!
{clipboard}{wait: delay=+.1s}{key: tab}{wait: delay=+.1s}{key: tab}{wait: delay=+.1s}{key: enter}{wait: delay=+.1s}{key: downarrow}{wait: delay=+.1s}{key: downarrow}{wait: delay=+.1s}{key: enter}{wait: delay=+.1s}{key: tab}{wait: delay=+.1s}{key: tab}{wait: delay=+.3s}Student Liaisons A2P{wait: delay=+.3s}{key: downarrow}{wait: delay=+.3s}{key: enter}{wait: delay=+.3s}{key: tab}{wait: delay=+.1s}{key: tab}{wait: delay=+.1s}{key: downarrow}{wait: delay=+.1s}{key: tab}{wait: delay=+.1s}{click}{wait: delay=+.1s}{key: shift-tab}{wait: delay=+.1s}{key: downarrow}{wait: delay=+.1s}{key: tab}{wait: delay=+.1s}{click}{wait: delay=+.1s}{key: tab}{wait: delay=+.1s}{key: tab}{wait: delay=+.1s}{key: tab}{wait: delay=+.1s}{key: s}{key: t}{key: u}{wait: delay=+.1s}{key: enter}{wait: delay=+.2s}{key: tab}{key: tab}{if: contains({clipboard}, "20 Day - VA Yes")}{key: 2}{key: 0}{key: downarrow}{key: enter}{endif}{if: contains({clipboard}, "20 Day - VA No")}{key: 2}{key: 0}{key: enter}{endif}{if: contains({clipboard}, "18 Day - VA Yes")}{key: 1}{key: 8}{key: downarrow}{key: enter}{endif}{if: contains({clipboard}, "18 Day - VA No")}{key: 1}{key: 8}{key: enter}{endif}{if: contains({clipboard}, "14 Day - VA Yes")}{key: 1}{key: 4}{key: downarrow}{key: enter}{endif}{if: contains({clipboard}, "14 Day - VA No")}{key: 1}{key: 4}{key: enter}{endif}{if: contains({clipboard}, "10 Day - VA Yes")}{key: 1}{key: 0}{key: downarrow}{key: enter}{endif}{if: contains({clipboard}, "10 Day - VA No")}{key: 1}{key: 0}{key: enter}{endif}{if: contains({clipboard}, "SL_A2P_8 Day")}{key: 8}{key: enter}{endif}{if: contains({clipboard}, "SL_A2P_ERTA - Before Start FSP - Orientation Complete")}{key: e}{key: enter}{endif}{if: contains({clipboard}, "SL_A2P_ Day 1 Inst Flag Text")}{key: d}{key: enter}{endif}{if: contains({clipboard}, "SL_A2P_21 Day MIA - Drop")}{key: 2}{key: 1}{key: enter}{endif}{if: contains({clipboard}, "SL_A2P_21 Day MIA - Re-Entry")}{key: 2}{key: 1}{repeat: 2}{key: downarrow}{endrepeat}{key: enter}{endif}{if: contains({clipboard}, "SL_A2P_21 Day MIA - TOR")}{key: 2}{key: 1}{repeat: 3}{key: downarrow}{endrepeat}{key: enter}{endif}{if: contains({clipboard}, "SL_A2P_21 Day MIA - VA")}{key: 2}{key: 1}{repeat: 4}{key: downarrow}{endrepeat}{key: enter}{endif}{if: contains({clipboard}, "SL_A2P_21 Day MIA - V Drop")}{key: 2}{key: 1}{repeat: 5}{key: downarrow}{endrepeat}{key: enter}{endif}{if: contains({clipboard}, "SL_A2P_22 Day MIA - VA")}{key: 2}{key: 2}{repeat: 4}{key: downarrow}{endrepeat}{key: enter}{endif}{if: contains({clipboard}, "SL_A2P_22 Day MIA - TOR")}{key: 2}{key: 2}{repeat: 3}{key: downarrow}{endrepeat}{key: enter}{endif}{if: contains({clipboard}, "SL_A2P_22 Day MIA - Drop")}{key: 2}{key: 2}{key: enter}{endif}{repeat: 4}{key: tab}{endrepeat}0{repeat: 5}{key: tab}{endrepeat}{wait: delay=+.2s}ce sms{wait: delay=+.8s}{key: downarrow}{wait: delay=+.8s}{key: enter}{wait: delay=+.1s}{repeat: 9}{key: shift-tab}{endrepeat}
Keep Blazing ,
-Brad