Versions
All
Purpose
This function precedes special characters in a string with an escape character.
Syntax
Code:$L.success.flag= rtecall("FILLDATE", $L.return.code, $L.file, $L.field.name)
- $L.success.flag
true = success
false = failure- $L.return.code
returncode of the call- $L.file
The file handle- $L.field.name
The name of the field to be updated
Example
$L.file returns ={[`04/14/2000 08:27:19', , {}, , , {}, , , {}, , , {}, , , {}, {}, {}, {{[, , , ]}}, , , ]}Code:$L.file={[, , {}, , , {}, , , {}, , , {}, , , {}, {}, {}, {{[, , , ]}}, , , ]} where the first field is named "date" $L.field.name="date" $L.success.flag= rtecall("FILLDATE", $L.return.code, $L.file, $L.field.name)



Reply With Quote
Bookmarks