Three string types

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
eds@xmission.com
Posts: 4
Joined: Mon May 10, 2010 3:29 pm

Three string types

Post by eds@xmission.com »

In Universe Basic syntax, there are three characters which define strings: Single Quote, Double Quote and Backslash. I would like to see:

A = 'HELLO'
A = "HELLO"
A = \HELLO\

My [Syntax] section is below, but no combination of character assignments seems to work. Does Textpad have a hard limit of two string definitions?

Thanks for any help...

[Syntax]
Namespace1 = 6
IgnoreCase = Yes
BracketChars = ()[]{}<>
OperatorChars = =#+-*/><
PreprocStart =
SyntaxStart =
SyntaxEnd =
CommentStart =
CommentEnd =
CommentStartAlt =
CommentEndAlt =
SingleComment =*
SingleCommentCol =
SingleCommentAlt =!
SingleCommentColAlt =
StringStart = "
StringEnd = "
StringAlt ='
StringEsc =
CharStart =\
CharEnd =\
CharEsc =
Post Reply