This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Converting int to string in GEL

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

  • Hello,

    This is not really supported. GEL is limited in this regard. I would suggest using DSS javascript instead with the Scripting Console. It appears you are already exploring this based on your other thread and this is correct path.

    Thanks

    ki