Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 958 Bytes

gdl-quoted-strings.md

File metadata and controls

33 lines (17 loc) · 958 Bytes
title description keywords ms.date
GDL Quoted Strings
GDL Quoted Strings
constructs WDK GDL , strings
GDL WDK , strings
strings WDK GDL , quoted strings
quoted strings WDK GDL
04/20/2017

GDL Quoted Strings

A quoted string begins and ends with the double quotation character ("). Any characters that appear between will be treated literally as part of the quoted string with the following exceptions:

  • A percent sign plus a double quotation mark (%") is treated as a literal double quotation character (").

  • A percent sign plus a less than symbol (%<) is treated as a literal less than symbol (<).

  • A percent sign followed by any other character is treated as a literal percent sign (%).

  • The less than symbol (<) introduces a HexSubString context.

  • Quoted strings can appear within a nested context; only the HexSubString context is recognized within a quoted string.