Hi,
I am trying to simplify my program using user defined function.
The function is basically going to be creating a file with the customised name.
My function is format(char x) and the file name outputs x.txt instead of 1188AC.txt. Is there anyway for me to save as 1188AC? Thanks