4 Feb
2015
4 Feb
'15
3:53 p.m.
On Feb 4, 2015, at 3:44 PM, Flamur Rogova <flamur@ipko.net> wrote:
I want to use custom attribute of integer type, to hold user's total amount of consumed bytes, something like this
ATTRIBUTE Total-Used-Bytes 3003 integer
What is bit width of custom integer attributes, 32 or 64 bit ?
See “man dictionary”. “integer” is 32-bit. “integer64” is 64-bit. Alan DeKok.