Hi,

how can I convert this code (optimal) in C-Lite?

function swap_choice_panel()
{
// show / hide
choice_pan.visible = (choice_pan.visible == off);
choice_txt.visible = (choice_txt.visible == off);
}

thx - Laci