Restore an alphanumeric or numeric value from the VLF virtual clipboard.
These script functions have to be coded differently if the script is executing in VLF-ONE. See AVRESTOREAVALUE and AVRESTORENVALUE in VLF-ONE.
Syntax
AVRESTOREAVALUE/AVRESTORENVALUE(Default, sID1, sID2, sID3, iInstance, sLanguage)
Parameters
|
Return Value
None
Remarks
Use AVRESTOREAVALUE/AVRESTORENVALUE in your RAMP scripts to restore a value from the VLF virtual clipboard. More information about the Virtual Clipboard can be found in The Virtual Clipboard in the Framework guide.
Examples
var sSavedSurname = AVRESTOREAVALUE("Not Found", "NewEmployee", "Surname", "", 1, FRA);
var sSavedPostcode = AVRESTOREAVALUE(9999, "NewEmployee", "Postcode");