Ignore:
Timestamp:
08/08/08 14:31:53 (16 years ago)
Author:
pinsard
Message:

improvements of headers (alignments)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/STRING/strtok.pro

    r325 r372  
    2929; 
    3030; @examples 
    31 ;       If old is 'foo44 bar', then strtok( old, '44' ) would return 
    32 ;       'foo', and upon return, old will be left with ' bar'.  If /TRIM 
    33 ;       were set, old would be 'bar' on return. 
     31; If old is 'foo44 bar', then strtok( old, '44' ) would return 
     32; 'foo', and upon return, old will be left with ' bar'.  If /TRIM 
     33; were set, old would be 'bar' on return. 
    3434; 
    35 ;       If old='xyz', then new=strtok(old,'a') would return with 
    36 ;       new='xyz' and old=''. 
     35; If old='xyz', then new=strtok(old,'a') would return with 
     36; new='xyz' and old=''. 
    3737; 
    3838; @history 
Note: See TracChangeset for help on using the changeset viewer.