Does the recent version of Q include show? It does not seem to workwith therecent developer version Q 2.6. But it worked with an older version ofK (2.95) I have./ e. g. the following worked for an older version of K (2.95), but notfor a recentversion of Q:q)\ msg:"Hello world" msg"Hello world"
show $ `msg’type
you’re confusing yourself by mixing k2 and kdb+ (q and k4)kdb+ has never had showOn 02.12.2009, at 02:49, GH wrote:\> Does the recent version of Q include
show? It does not seem to work> with the> recent developer version Q 2.6. But it worked with an older version of> K (2.95) I have.> / e. g. the following worked for an older version of K (2.95), but not> for a recent> version of Q:> q)\> msg:“Hello world”> msg> “Hello world”> show $
msg> 'type
I don’t think I mixed K and Q. With the current version, there is onlyQ. I entered K with \Just was not sure how to run the show which worked for an olderversion of K under the current version of Q.On Dec 2, 4:05?am, Simon Garland <simon.garl...> wrote:> you're confusing yourself by mixing k2 and kdb+ (q and k4)>> kdb+ has never had
show>> On 02.12.2009, at 02:49, GH wrote:>> > Does the recent version of Q include show? It does not seem to work> > with the> > recent developer version Q 2.6. But it worked with an older version of> > K (2.95) I have.> > / e. g. the following worked for an older version of K (2.95), but not> > for a recent> > version of Q:> > q)\> > ?msg:"Hello world"> > ?msg> > "Hello world"> > ?
show $ `msg> > 'type</simon.garl…>
charset=us-ascii;
format=flowed;
delsp=yes
Simon is right: show as a lhs for $ is from k version 2. The latest kdb+ is k version 4 (and q) where
show is not a valid lhs for $ in q
or k
What you want is
show msg
Many thanks for the info. That’s great help for me.On Dec 2, 11:04?pm, Timothy Rieder <trie…> wrote:> Simon is right: show as a lhs for $ is from k version 2. The latest ?> kdb+ is k version 4 (and q) where
show is not a valid lhs for $ in q ?> or k>> What you want is>> show msg>> On Dec 2, 2009, at 9:54 PM, GH <yzg…> wrote:>> > I don’t think I mixed K and Q. With the current version, there is only> > Q. I entered K with > > Just was not sure how to run the show which worked for an older> > version of K under the current version of Q.>> > On Dec 2, 4:05 am, Simon Garland <simon.garl...> wrote:> >> you're confusing yourself by mixing k2 and kdb+ (q and k4)>> >> kdb+ has never had
show>> >> On 02.12.2009, at 02:49, GH wrote:>> >>> Does the recent version of Q include show? It does not seem to work> >>> with the> >>> recent developer version Q 2.6. But it worked with an older ?> >>> version of> >>> K (2.95) I have.> >>> / e. g. the following worked for an older version of K (2.95), but ?> >>> not> >>> for a recent> >>> version of Q:> >>> q)\> >>> ?msg:"Hello world"> >>> ?msg> >>> "Hello world"> >>> ?
show $ `msg> >>> 'type>> > –>> > 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-> > kdbplus@googlegroups.com.> > To unsubscribe from this group, send email to personal-kdbplus+unsubscribe@googlegroups.com> > .> > For more options, visit this group athttp://groups.google.com/group/personal-kdbplus?hl=en> > .</simon.garl…></yzg…></trie…>