Changeset 6141 for trunk/HELP_SOURCE/oldhelp/commands.hlp
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/HELP_SOURCE/oldhelp/commands.hlp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/HELP_SOURCE/oldhelp/commands.hlp
r5726 r6141 191 191 extract_words("chars",val) 192 192 193 Search for all words (sep erated by ',' ';' ':' ' ' or 'tab') that193 Search for all words (separated by ',' ';' ':' ' ' or 'tab') that 194 194 contain more characters of type chars than val, sort them 195 alphabetically and write them sep erated by ' ' to the output196 197 STRING COMPAR ATION195 alphabetically and write them separated by ' ' to the output 196 197 STRING COMPARISON 198 198 199 199 compare(a,b) return -1 if a<b, 0 if a=b, 1 if a>b … … 218 218 The above functions work as binary operators (see below). 219 219 220 To avoid 'd evision by zero'-errors, the operators 'div', 'per_cent' and 'rest'220 To avoid 'division by zero'-errors, the operators 'div', 'per_cent' and 'rest' 221 221 return 0 if the second argument is zero. 222 222 … … 308 308 309 309 like extract_words, but do not sort words, but rel_len is the minimum 310 perc antage of characters of a word that mach a character in 'chars'311 before word is taken. All words will be sep erated 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. 312 312 313 313 taxonomy([treename,] depth) … … 442 442 443 443 In escapedCommand you have to escape '\' and '"' by 444 prece eding a '\'. If you nest calls you have to use multiple escapes444 preceding a '\'. If you nest calls you have to use multiple escapes 445 445 (e.g. inside an export filter - which is in fact an 446 446 SRT expression - you'll have to use double escapes).
