source: trunk/ToBeReviewed/WIDGET/AUTOUR_de_XXX/findline.pro @ 49

Last change on this file since 49 was 49, checked in by pinsard, 18 years ago

upgrade of AUTOUR_de_XXX according to cerbere.lodyc.jussieu.fr: /usr/home/smasson/SAXO_RD/ : files

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 216 bytes
Line 
1FUNCTION findline, top_uvalue, name
2   taille = size(top_uvalue)
3   j = -1
4   repeat BEGIN
5      j = j+1
6      if j EQ (size(top_uvalue))[2] then return, -1
7   endrep until *top_uvalue[0, j] EQ name
8   return, j
9end
Note: See TracBrowser for help on using the repository browser.