... Record step by step and you can let it play 50 times instead of manual input all the detail ...
Er, no. Play once, then refresh the receipt page at least 49 times.
You can even have a macro do the refreshing, using the following commands:
REFRESH
WAIT SECONDS=3
The WAIT command causes the macro to wait 3 seconds before executing the next step. It helps to avoid an error caused by refreshing the receipt page before it has finished loading.
