-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-10-01 12:35, i go bananas wrote:
if you just use $1 for something like 07, then it will cut off the leading zero (which in this case, you need)
so might be best just to split everything into individual floats, like:
[ 1 9 7 8 0 7 2 9 0 9 3 0 2 1 (
or use [makefilename %02d] to generate a 2-character symbol with leading 0s
[1978 7 29 9 30 21( | [unpack 0 0 0 0 0 0] | | ... [makefilename %04d] [makefilename %02d] ... | | ... [unpack s s s s s s] | [symbol $1$2$3$4$5$6( |
mfasr IOhannes