Hi,
this would be like this:
Code:
For x = 1 To 15
Bestand.WriteLine("""ID NUMBER:"" " & hex(x))
Bestand.WriteLine("""GROUP LIST:""")
Bestand.WriteLine("""USER NAME:""")
Bestand.WriteLine("""PASS WORD:""")
Next
But I get the feeling you actually would like to enumerate through a group collection and not just a number iteration from 1 to 15?