Dear List,
Am at a loss here,
i have failed trying to get a script with an "unknown" number of blocks
working.
I need to create "blocks on the fly", example:
append/only test rejoin ["block1_"A ": copy []"]
do last test
will allow me to make blocks for any value of "A"
but: at some point i would like to append stuff to one of these
blocks, at that stage i know A (example: A: 12), and i need to:
append block1_12 "some data"
Question: how can i do append (join "block1_"A) "some data" """"
perhaps someone can help me with this????
greetings,
Hendrik-Jan Bosch