- or download this
st.StringWait = 20 ' set timeout to 20 seconds
' Where 'st' the SmarTerm session object
- or download this
$st->StringWait = 20; # lvalue error!
# Where '$st' is the SmarTerm session object
- or download this
$st->StringWait(20); # compiles ok but no effect