Please enable JavaScript to view this site.

ESL Documentation

Navigation: » No topics above this level «

FAQs_ECI_Q7_1.eal

Scroll Prev Top Next More

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