Hi Jens,
if($x == 6){print "hallo alle"}
else {print "hallo Du";$x++}Das wäre eine Schleife, welche 6mal hallo Du schreibt, und dann einmal hallo alle.
nein, das ist eine Bedingung. Eine Schleife würde z.B. so aussehen:
for x=1 to 6
print "Hallo Besucher Nr. " & CStr( x )
next x
Gruß,
Martin