Hi Nicolas,
Quote:
|
what's the use of Chr(38)?
|
This will add the & symbol to a string for example...
MsgBox( "This " & Chr(38) & " That")
Would give a message box displaying... This & That
It's not a very good example as you would obvioulsy have written as...
MsgBox("This & That")
to start off with but hopefully you get the idea.
As for your Rover Windows Mobile phone, I'm certain like Cableguy that it will have the ampersand included in the symbols. It's just a matter of finding it.
Possibly this link will help
Интернет-магазин RoverPC, Смартфоны, Коммуникаторы, Карманный компьютер. (Don't know why it's displaying like this but it's the RoverPC support page) if nothing else you may be able to request a manual for your device if you don't already have one.
Regards,
RandomCoder