Thank you for the answer KertLuo
Now, how to substitute this variable in subsequent requests as comma separted numbers?
That means: I want the following captured response to be replaced as 101,102,103,104 in the subsequent requests:
vuser_init.c(165): Notify: Saving Parameter "Date_1 = 101".
vuser_init.c(165): Notify: Saving Parameter "Date_2 = 102".
vuser_init.c(165): Notify: Saving Parameter "Date_3 = 103".
vuser_init.c(165): Notify: Saving Parameter "Date_4 = 104".
Thanks