Hi,
IOhannes m zmölnig wrote:
On 09/28/13 17:17, Charles Goyard wrote:
I added a [makefilename %d] before the [print VT=$1( message and it does work well.
if you want decent performance you should go directly:
[makefilename VT=%d] | [print $1(
(the $1-expansion in the last message is pretty fast, as '$1' is replaced directly with the atom without any fancy string stuff)
Nice one, thanks IOhannes !