510 views
in GUI Development by
Hi,

    I am working with virtual keyboard .

   In layout they are mention default value as "qwer..." using double quotes.

  when i add "q""werr"  -- it is throwing error

can you please guide me to add "" keys in special char layout .

1 Answer

0 votes
by

Hello GuruRamesh,

please see the chapter: Data types: string. Note especially the there described escape sequences to encode special characters like the double quote sign ". Concrete to have a double quote sign within a string you enter  "\"" - you prefix the sign by a backslash exact as it is done in C, Java, etc..

Best regards

Paul Banach

by
Hi Paul Banach,

   Thnaks for the update.It is worked now.

Ask Embedded Wizard - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...