source: trunk/WIDGET/AUTOUR_de_XXX/read_vermair.pro @ 2

Last change on this file since 2 was 2, checked in by opalod, 22 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 555 bytes
Line 
1FUNCTION read_vermair, name,debut,fin, nomexp, PARENT = parent, BOITE=boite, _EXTRA = ex
2@common
3;------------------------------------------------------------
4   if name EQ 'un' then name = 'vozocrtx'
5   if name EQ 'vn' then name = 'vomecrty'
6   if debut EQ fin then begin
7      res = lec(name,debut,nomexp, BOITE=boite, _EXTRA = ex)
8   ENDIF ELSE res = lec(name,debut,fin, nomexp, BOITE=boite, _EXTRA = ex)
9;------------------------------------------------------------
10   return, {tab:res, grille:vargrid, unite:'', experience:varexp, nom:varname}
11end
Note: See TracBrowser for help on using the repository browser.