Changeset 208 for trunk/lingosource/castlib2
- Timestamp:
- 12/06/08 15:21:30 (3 years ago)
- File:
-
- 1 edited
-
trunk/lingosource/castlib2/PseudoXMLPS.ls (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lingosource/castlib2/PseudoXMLPS.ls
r196 r208 1018 1018 1019 1019 on mParseExcelXML me, theText 1020 ----------------------------------- 1021 -- ACTION: Read and convert an excel xml file into a lingo property list 1022 -- INPUT: <theText> ; string ; required => xml formatted string 1023 -- RETURNS: property list 1024 -- EXAMPLE: plist = xscr(#PseudoXMLPS).mParseExcelXML(xscr(#FileIOFunktionen).mGetTextFromFile()) 1025 ----------------------------------- 1026 1020 1027 ms = the milliseconds 1021 1028 li = [] … … 1102 1109 1103 1110 on mReadPList me, pfad 1111 ----------------------------------- 1112 -- ACTION: Read and convrt an apple style plist into a lingo style property list from file 1113 -- INPUT: <pfad> ; string ; full pathname to plist file. This is optional, if it is void or "" a file selection dialog is displayed 1114 -- RETURNS: property list 1115 -- EXAMPLE: plist = xscr(#PseudoXMLPS).mReadPList() 1116 ----------------------------------- 1104 1117 1105 1118 str = ""
Note: See TracChangeset
for help on using the changeset viewer.
