Opened 9 years ago
Closed 9 years ago
#3045 closed Feature Request (Rejected)
String constants: ' and "
Reported by: | c.haslam | Owned by: | |
---|---|---|---|
Milestone: | Component: | Documentation | |
Version: | Severity: | None | |
Keywords: | Cc: |
Description
In Language reference > Variables, I do not find the use of ' and " delimiters explained.
I suggest:
A string constant is delimited by a pair of ' (single quote marks) and " (double quote marks). If you code ' before a string constant, terminate with ' -- and if you code " before a string constant, terminate with ".
This makes it easy to include the other kind of quote mark in the constant. For example, "It's a rainy day"'
Attachments (0)
Change History (3)
comment:1 Changed 9 years ago by TicketCleanup
- Version 3.3.13.20 deleted
comment:2 Changed 9 years ago by jchd18
This is exposed under Datatypes -> Strings.
comment:3 Changed 9 years ago by BrewManNH
- Resolution set to Rejected
- Status changed from new to closed
As explained above, this is already referenced in the help file. As this isn't variable related, it wouldn't be something that should be included in the variable reference section.
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Automatic ticket cleanup.