Farbflash projects: Imaging lingo table | 3-D scene list | Find all | Handler menu | Lingo message window

Changeset 47 for trunk/lingosource


Ignore:
Timestamp:
10/31/07 13:37:59 (5 years ago)
Author:
alex
Message:

svn delete now for field and text members too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lingosource/castlib1/alexUtilities.ls

    r45 r47  
    46974697      memref = member(m, cl) 
    46984698      dertyp = memref.type 
    4699       if dertyp = #script then 
     4699      if [#script, #field, #text].getPos(dertyp) then 
    47004700         
    47014701        repeat with l = 1 to cnt 
     
    47074707            if length(theFilename) < 1 then theFilename = string(infolist.getpropat(l)) 
    47084708             
    4709             fpath = thePath & theFilename & ".ls" 
     4709            scrtype = li.getaprop(#scripttype) 
     4710            case scrtype of 
     4711              #field: ext = ".txt" 
     4712              #text: ext = ".rtf" 
     4713              otherwise: ext = ".ls" 
     4714            end case 
     4715             
     4716            fpath = thePath & theFilename & ext 
    47104717             
    47114718            if baFileExists(fpath) then 
Note: See TracChangeset for help on using the changeset viewer.