Created
January 13, 2023 16:20
-
-
Save JoeGlines/df15150ee7f0dc79d9152929ee9cd53c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var = 0: "Admission"1: "Student Details"2: "Alumini Details"3: "Print Student Details" | |
f := 1 | |
while f | |
{ | |
f := RegExMatch(var, x := "[" chr(34) "](\w+)[" chr(34) "]", $, f+1) | |
msgbox, % $1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment