XML/Input: Difference between revisions

Content added Content deleted
Line 2,201: Line 2,201:
Read fieldsNo
Read fieldsNo
}
}
// this place hexadecimal value for char É
// this object offer by default 5 escaped characters: quot, amp, apos, lt, gt
// inner local function conv$() can be used to escape characters above 127.
fieldsno.tag$("Name")=@conv$("Émily")
Report 3, doc$
end if
end if

// this place hexadecimal value for char É
// this object offer by default 5 escaped characters: quot, amp, apos, lt, gt
// inner local function conv$() can be used to escape characters above 127.
fieldsno.tag$("Name")=@conv$("Émily")
declare databank Nothing
declare databank Nothing
Function Conv$(a$)
Function Conv$(a$)