Is it possible to loop parse backwards?
I tried the following but won't work
Colors = red,green,blue
Loop, parse, Colors
{
MsgBox, Color number %A_Index% is %A_LoopField%.
if (...)
[color=#FF0000]%A_Index%--[/color] [color=#00BF00]; repeat latest %A_LoopField%.[/color]
}thanks!




