What I want to do is programmatically switch between tabs.
I want to do something like this:
if tab.index[0].visible = true then
tab.index.[1].visible = true
else
tab.index.[0].visible = true
end if
I know this code as written won't work but I think you will get my point, I want to switch between tabs with a button press. How do I do this ?
Thanks !!
-Me? All I want is the chance to prove money won't make me happy.
I want to do something like this:
if tab.index[0].visible = true then
tab.index.[1].visible = true
else
tab.index.[0].visible = true
end if
I know this code as written won't work but I think you will get my point, I want to switch between tabs with a button press. How do I do this ?
Thanks !!
-Me? All I want is the chance to prove money won't make me happy.