Please enable JavaScript to view this site.

ESL Documentation

Navigation: » No topics above this level «

FAQs_CodeSamples_Q02_2.inc

Scroll Prev Top Next More

if (Year < 100) then

    if (Year > 50) then

        copy (Year + 1900) to Year

    else

        copy (Year + 2000) to Year

    end if

end if