Changeset 141


Ignore:
Timestamp:
07/21/06 11:17:25 (18 years ago)
Author:
theetten
Message:

fix bug in xhelp.pro ticket37

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Utilities/xhelp.pro

    r136 r141  
    8080         readf,unit,c 
    8181         if strpos(c,';-') eq 0 then readon=0 
    82          if readon then begin 
    83             dum=where(byte[c] eq 9b,ntab) ; count tab characters 
    84             xsize=xsize > (strlen[c]+8*ntab) 
     82         if readon then BEGIN 
     83            dum=where(byte(c) eq 9b,ntab) ; count tab characters 
     84            xsize=xsize > (strlen(c)+8*ntab) 
    8585            a[i] = strmid(c,1,200) 
    8686            i = i + 1 
Note: See TracChangeset for help on using the changeset viewer.