Help for this page

Select Code to Download


  1. or download this
    rem ------------------------ book_tab variables ---------------------
    .rem
    ...
    
    .execute lok_tabs
    .execute get_user_info
    
  2. or download this
    $def = ".define get_user_info
            select  user_location,user_name, user_company, &fax_header || 
    +';style=' || letterhead,
    ...
    
    $def =~ s/(^\.\w+\s)(\w+)(\s+)(.+)(^select\..$)/$2$5/;
    print $def;