j
k
j a
j l
So '"%...x",str' would be equivalent to '"%@...x",values(str)' for any value of '...' I take it? I.e. you would use 'sprintf("%02x", "Hej")' as a shorthand for 'sprintf("%@02x", values("Hej"))'?
Back to the thread
Back to the list