Putting quotes in wysiwyg strings

Lionello Lunesu lio at lunesu.remove.com
Wed Nov 22 03:18:56 PST 2006


Oh, by the way:

"
     if (k & e.Shift) { ret ~= ""Shift""; }
     if (k & e.Ctrl)  { if (ret) ret~=""|""; ret ~= ""Ctrl""; }
     if (k & e.Alt)   { if (ret) ret~=""|""; ret ~= ""Alt""; }
     if (!ret) ret = ""None"";
"

;)



More information about the Digitalmars-d mailing list