Changeset 230 for trunk/lingosource/castlib1/svn_Utilities.ls
- Timestamp:
- 03/21/09 11:50:29 (3 years ago)
- File:
-
- 1 edited
-
trunk/lingosource/castlib1/svn_Utilities.ls (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lingosource/castlib1/svn_Utilities.ls
r228 r230 978 978 if doit = 1 then mSaveList_2_XML me, newInfolist, infolistPath 979 979 980 981 end982 983 -- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx984 985 on mStripFunnyCharsFromFileName me, theFileName986 987 offs = offset(" ", theFileName)988 repeat while offs > 0989 put "_" into char offs of theFileName990 offs = offset(" ", theFileName)991 end repeat992 993 offs = offset("/", theFileName)994 repeat while offs > 0995 put "_" into char offs of theFileName996 offs = offset("/", theFileName)997 end repeat998 999 offs = offset(":", theFileName)1000 repeat while offs > 01001 put "_" into char offs of theFileName1002 offs = offset(":", theFileName)1003 end repeat1004 1005 offs = offset("\", theFileName)1006 repeat while offs > 01007 put "_" into char offs of theFileName1008 offs = offset("\", theFileName)1009 end repeat1010 1011 offs = offset("&", theFileName)1012 repeat while offs > 01013 put "_" into char offs of theFileName1014 offs = offset("&", theFileName)1015 end repeat1016 1017 return theFileName1018 980 1019 981 end
Note: See TracChangeset
for help on using the changeset viewer.
