[Gambas-user] Auto-spacing Strings would be nice. (like with Print s1; ; s2)

Bruce Steers bsteers4 at gmail.com
Thu Feb 10 14:34:26 CET 2022


You know how
Print  "String 1"; "String 2"
Prints
String 1String2
and
Print  "String 1";; "String 2"
Prints
String 1 String 2
...

Something like...
sStr = "String 1" && "String 2"
to auto-insert a space (if required) would be awesome.

and maybe even...
sStr = "String 1" &n "String2"
or
sStr = "String 1" &\ "String2"
for inserting LF ?

Just saying n all:)
Or do things like that just slow the interpreter down?

Wising well
BruceS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20220210/bcc74fba/attachment.htm>


More information about the User mailing list