PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → WinDev Print " character
WinDev Print " character
Iniciado por Bobby TANOMRED, nov., 15 2022 8:16 AM - Sem resposta
Membro registado
4 mensagems
Publicado em novembro, 15 2022 - 8:16 AM
Hi I want to print an HTML document with my WindevMobile 21 (Android) app but I have a problem with the caracter ", I tried to write """" but it prints "".

An example:

fSaveText("myHtml.html","<td align=""""right"""" colspan=""""7"""">")
Result <td align=""right"" colspan=""7""> instead of <td align="right" colspan="7">