Please enable JavaScript to view this site.

ESL Documentation

Navigation: » No topics above this level «

FAQs_ECI_Q10_2.eal

Scroll Prev Top Next More

function MakeUpper(structure PSTR:String) 

    returns integer library "string" 

 

  copy "Robert"             to FirstName.ExternalString 

  copy MakeUpper(FirstName) to Return_IV