Module xwTools

Wrapper for backward compatibility
we discourage to use it
use xw.utils or xw itself instead


Type xwTools

xwTools.cloneRecord() Clone a record.
xwTools.dumpRecord() Dumps a record.
xwTools.dumpString() Dumps a string.
xwTools.fileExist() Tells if a file exist (or at least is reachable)

See xw.utils.fileExist()

xwTools.getFileSize() Returns the file size

See xw.utils.getFileSize()

xwTools.joinTables() Joins more tables in a single one

See xw.utils.joinTables()

xwTools.loadFile() Loads a file content

See xw.utils.loadFile()

xwTools.saveFile() Dumps a string content into a file

See xw.utils.saveFile()

xwTools.stricmp() Compare strings in insensitive mode.
xwTools.strjoin() Joins a table into a string.
xwTools.strsplit() Splits a string according to a separator producing a table.
xwTools.strtrim() Trims a string.
xwTools.timeTable() Create a table with data values

See xw.utils.timeTable()

xwTools.unenvelop() Skips the record envelop if any.
xwTools.urlDecode() Decodes ad URL

See xw.utils.urlDecode()

xwTools.urlEncode() Encodes ad URL

See xw.utils.urlEncode()

Type xwTools

Field(s)

xwTools.cloneRecord()
Clone a record.
See xw.cloneRecord()
xwTools.dumpRecord()
Dumps a record.
See xw.dumpRecord()
xwTools.dumpString()
Dumps a string.
See xw.dumpString()
xwTools.fileExist()
Tells if a file exist (or at least is reachable)

See xw.utils.fileExist()

xwTools.getFileSize()
Returns the file size

See xw.utils.getFileSize()

xwTools.joinTables()
Joins more tables in a single one

See xw.utils.joinTables()

xwTools.loadFile()
Loads a file content

See xw.utils.loadFile()

xwTools.saveFile()
Dumps a string content into a file

See xw.utils.saveFile()

xwTools.stricmp()
Compare strings in insensitive mode.
See xw.utils.stricmp()
xwTools.strjoin()
Joins a table into a string.
See xw.utils.strjoin()
xwTools.strsplit()
Splits a string according to a separator producing a table.
See xw.utils.strsplit()
xwTools.strtrim()
Trims a string.
See xw.utils.strtrim()
xwTools.timeTable()
Create a table with data values

See xw.utils.timeTable()

xwTools.unenvelop()
Skips the record envelop if any.
See xw.unenvelop()
xwTools.urlDecode()
Decodes ad URL

See xw.utils.urlDecode()

xwTools.urlEncode()
Encodes ad URL

See xw.utils.urlEncode()