Chr white mobile

Hello
I try to make an iPhone software but “chr” have a probleme:
Var c34 As String
c34 = Chr(34)
return this message: “this item does not exist”
But I write:
“All projects types on all supported operating systems.”
in the documentation

Have yon a solution ?

Try this instead:

Var c34 As String
c34 = Encodings.UTF8.Chr(34)
1 Like

It is ok !!
Thank you and have a good week end
Jean Luc

2 Likes