So firstly looking at the inputs:To make this shorter lets say n:5;
timerange:3D; freq:1Dq)startcpu:(til n)!25+n?20 q)startcpu0| 291| 382|
343| 274| 32startcpu is a dictionary from integers to
integers.q)fc:`long$timerange%freqq)fc3fc is a long. Look...
Hi,You can use environment or command line variables:george@pc$ export
NAME=Tomgeorge@pc$ export PASS=a2bgeorge@pc$ qq)`$":" sv
("";"";"14000"),getenv each `NAME`PASS`::14000:Tom:a2bgeorge@pc$ q -name
Tom -pass a2bq)params:.Q.opt .z.Xq)`$":"sv("";"";...
they're defined in the same file, except for .u.w and .u.t which are in
tick/u.q. They're set by assigning to globals using the "::" operator.
e.g. to find .u.L search tick.q for "L::" and you'll find it being set
in ld and tick.
Hi Vogel,Could you clarify in which way you feel it is not working, or
not doing what you would expect? The update is doing the equivalent of
an fby:https://code.kx.com/q/ref/fby/i.e. the following are equivalent,
although the former is preferred, mo...