You can use variables as parameters to the color command, example:

Code:

Break On

$colors = "N","B","G","C","R","M","Y","W","N+","B+","G+","C+","R+","M+","Y+","W+"

for $i = 0 to ubound($colors)

color $colors[$i]/N

?"The Quick Brown Fox jumped over the Lazy Moon"

Next

Exit 0



-Shawn