Changeset 47 for trunk/lingosource
- Timestamp:
- 10/31/07 13:37:59 (5 years ago)
- File:
-
- 1 edited
-
trunk/lingosource/castlib1/alexUtilities.ls (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lingosource/castlib1/alexUtilities.ls
r45 r47 4697 4697 memref = member(m, cl) 4698 4698 dertyp = memref.type 4699 if dertyp = #scriptthen4699 if [#script, #field, #text].getPos(dertyp) then 4700 4700 4701 4701 repeat with l = 1 to cnt … … 4707 4707 if length(theFilename) < 1 then theFilename = string(infolist.getpropat(l)) 4708 4708 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 4710 4717 4711 4718 if baFileExists(fpath) then
Note: See TracChangeset
for help on using the changeset viewer.
