logiclib and loops
ok my turn for a question
usig LogicLib how would i loop and do nothing
until a labels text made with nsDialogs = something

like
while $myLabels text <> 'ok go'
do nothing but i dont want to freeze the installer
loop

;code after it detects the $MyLabels text is "ok go"

and id really like to have it in a function so i could say
;misc codehere then
Call checkLabelLoop
;returns here when labels text = 'ok go'

Thanks