Posted by member 212670 on 2007-09-16 16:13:52 link
Not sure what language those are, but...
Global $array[3] = ['Immortal', 'Boreas', 'xcal']
For $i = 0 To 2
$array[$i] &= ' is strange'
Next
Global $array[3] = ['Immortal', 'Boreas', 'xcal']
For $i = 0 To 2
$array[$i] &= ' is strange'
Next