Hi,
I'm implementing a script in GEL that saves a specific buffer from the target's memory into a file.
I want that the name of the file will increment every time I save the buffer.
Therefore I've added a counter to the save function and I would like the name of the file to be the counter in the function.
Is it possible ?
Thanks