Ignore:
Timestamp:
06/27/06 17:47:06 (18 years ago)
Author:
pinsard
Message:

add $ in Calendar, Grid, Interpolation, Obsolete and Postscript *.pro files, add svn:keywords Id to all these files, some improvements in header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Obsolete/imprime.pro

    r114 r118  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; @file_comments  use printps instead... 
     5; @file_comments use printps instead... 
    66; @obsolete 
     7; 
     8; @param filename {in}{required} 
     9; 
     10; @keyword TRANS 
     11; 
     12; @keyword NB 
     13; 
     14; @uses printps 
    715; 
    816; @history 
    917; June 2005: Sebastien Masson, english version 
     18; 
     19; @version $Id$ 
     20; 
    1021;- 
    1122;------------------------------------------------------------ 
     
    1930; 
    2031  thisOS = strupcase(strmid(!version.os_family, 0, 3)) 
    21   CASE thisOS OF  
     32  CASE thisOS OF 
    2233    'MAC':return 
    2334    'WIN':return 
     
    3041    0:printps 
    3142    1:printps, filename 
    32     ELSE: BEGIN  
     43    ELSE: BEGIN 
    3344      ras = report('imprime accept only one element: psfilename') 
    3445      return 
    35     END  
    36   ENDCASE        
     46    END 
     47  ENDCASE 
    3748;------------------------------------------------------------ 
    3849  return 
Note: See TracChangeset for help on using the changeset viewer.