No probs smile

BTW: If you store On or Off settings as 1 or 0 instead, you can shorten things a little like so
  • amsw settings.ini Acro colorcaps $did(20).state
    amsw settings.ini Acro rcolorcaps $did(19).state

and in the init event like
  • if $amsr(settings.ini,Acro,colorcaps) { did -c $dname 20 }
    elseif $amsr(settings.ini,Acro,rcolorcaps) { did -c $dname 19 }

^elseif here because it should be one or none but not both, so if 20 is "on" then the 19 won't be