Navigation: » No topics above this level «
subroutine PSZ2EslString(integer: PSZ, string: EslString) is
integerĀ Length
integerĀ Result
copy OS_EslPtrStrLen(PSZ) to Length
if (Length > 0) then
copy OS_EslSetStringValue(EslString, PSZ, Length) to Result
else
copy "" to EslString
end if