I want to enter a value as a C string in the form: xxx,xxx,xxx,xxx.xx.
I would input 1,000,000 or 1,000, while using the atof function, and the code would just recognize both numbers as a "1", rather than a million/thousand.
Question: would I have use the "STRLEN" statement, where for a certain amount of digit, I would use ","? I think it was similar to a Social security number coding where at a certain lenght, a "-" would be used.
Any help is appreciated. Here is my coding. Hopefully my questions were clear.
Thanks for the reply Yanson. Appreciate the help, will now try to understand the code, and if I have any troubles, I will acquire further assistance. :)