you're 100% right... I'll make the change... thanks..
Hi,
i run into problems trying to use the exectbl.ini with the added line:
"MAIN","LOAD;fmmenu.skin",FM
i looked into the code and found in the sub exec():
Select Case DT(2)
Case "xm"
If LCase(CODE) = LCase(DT(0)) And XMON Then CODE = Trim(DT(1))
Case "sr"
If LCase(CODE) = LCase(DT(0)) And SRON Then CODE = Trim(DT(1))
Case "fm"
If LCase(CODE) = LCase(DT(0)) And RadioON = Frm.Tag Then CODE = Trim(DT(1))
Case "mm"
If LCase(CODE) = LCase(DT(0)) And MMRunning = Frm.Tag Then CODE = Trim(DT(1))
Case Else
If LCase(CODE) = LCase(DT(0)) And DT(2) = Frm.Tag Then CODE = Trim(DT(1))
If LCase(CODE) = LCase(DT(0)) And LCase(LabelInfo("status")) = DT(2) Then CODE = Trim(DT(1))
End Select
guino i think you had to remove the '"=frm.Tag" after RadioON and MMRunning???
hematec
you're 100% right... I'll make the change... thanks..
Ride Runner RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
Bookmarks