Show
Ignore:
Timestamp:
14/08/09 16:29:27 (3 years ago)
Author:
westram
Message:
  • spellchecked all (phew)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/HELP_SOURCE/oldhelp/commands.hlp

    r5726 r6141  
    191191                extract_words("chars",val) 
    192192 
    193                     Search for all words (seperated by ',' ';' ':' ' ' or 'tab') that 
     193                    Search for all words (separated by ',' ';' ':' ' ' or 'tab') that 
    194194                    contain more characters of type chars than val, sort them 
    195                     alphabetically and write them seperated by ' ' to the output 
    196  
    197         STRING COMPARATION 
     195                    alphabetically and write them separated by ' ' to the output 
     196 
     197        STRING COMPARISON 
    198198 
    199199               compare(a,b)             return -1 if a<b, 0 if a=b, 1 if a>b 
     
    218218                The above functions work as binary operators (see below). 
    219219 
    220                 To avoid 'devision by zero'-errors, the operators 'div', 'per_cent' and 'rest' 
     220                To avoid 'division by zero'-errors, the operators 'div', 'per_cent' and 'rest' 
    221221                return 0 if the second argument is zero. 
    222222 
     
    308308 
    309309                        like extract_words, but do not sort words, but rel_len is the minimum 
    310                         percantage of characters of a word that mach a character in 'chars' 
    311                         before word is taken. All words will be seperated by white space. 
     310                        percentage of characters of a word that mach a character in 'chars' 
     311                        before word is taken. All words will be separated by white space. 
    312312 
    313313                taxonomy([treename,] depth) 
     
    442442 
    443443                        In escapedCommand you have to escape '\' and '"' by 
    444                         preceeding a '\'. If you nest calls you have to use multiple escapes 
     444                        preceding a '\'. If you nest calls you have to use multiple escapes 
    445445                        (e.g. inside an export filter - which is in fact an 
    446446                        SRT expression - you'll have to use double escapes).