Eine AutoIt-Funktion zum Erzeugen von Input-Boxen mit mehreren Eingabefeldern
Beispiel
Global $aTexts[5] = ["**Verzeichnis**", "Benutzer", "Passwort", "", "__Information__"]
Global $aInputSt[5] = [-1, -1, 32] ; $ES_PASSWORD = 32
Global $sValues = _MultiInput($aTexts, "Test", $aInputSt)
If Not @error Then MsgBox(0, "", $sValues)

Repository auf GitHub
Download von GitHub: UDF _MultiInput | 293 | Download