Navigation: » No topics above this level «
function MakeUpper(structure PSTR:String)
returns integer library "string"
copy "Robert" to FirstName.ExternalString
copy MakeUpper(FirstName) to Return_IV