multi-line strings

190 views
Skip to first unread message

Jack Andrews

unread,
Dec 17, 2010, 2:44:51 AM12/17/10
to Kdb+ Personal Developers
i'm pretty sure q doesn't support multi-line strings,
but what is the best way to express a long string
over many lines?

eg. in c:

"12345678901234567890123456789012345678901234567890"
"09876543210987654321098765432109876543210987654321"

in q: "12345678901234567890123456789012345678901234567890",
"09876543210987654321098765432109876543210987654321"

is there an escape for end of line? so i could:

in q: "12345678901234567890123456789012345678901234567890", \
"09876543210987654321098765432109876543210987654321"

ta, jack.

Attila Vrabecz

unread,
Dec 17, 2010, 3:32:50 AM12/17/10
to personal...@googlegroups.com
there is nothing wrong with with ,

if it is that much data put in another file and read it
  Attila



--
You received this message because you are subscribed to the Google Groups "Kdb+ Personal Developers" group.
To post to this group, send email to personal...@googlegroups.com.
To unsubscribe from this group, send email to personal-kdbpl...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/personal-kdbplus?hl=en.


Reply all
Reply to author
Forward
0 new messages