Try to think of this in terms of tables. Table is a list of
dictionaries:q)true:100#enlist"Success"q)newdict:([]true)q)first
newdicttrue|
"Success"q)false:100#enlist"Error"q)newdict,:([]true:false)q)last
newdicttrue| "Error" Konstantin
Explanation of numbers does not cover dates-and-times, but it's the same
idea. I guess, you need to ask librarianto include this or contribute
yourself. Konstantin
I guess you found another shortcut for timespan:q)a!{value"5",x}each
a:except[.Q.t;"bgsmxdz "],"D"h| 5hi| 5ij| 5e| 5ef| 5fc| "5"p|
2000.01.01D05:00:00.000000000n| 0D05:00:00.000000000u| 05:00v|
05:00:00t| 05:00:00.000D| 5D00:00:00.000000000 Konstanti...