Help for this page

Select Code to Download


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