Subj : src/sbbs3/atcodes.cpp str_util.c str_util.h To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Wed Jan 24 2024 08:41 pm https://gitlab.synchro.net/main/sbbs/-/commit/c7c06373a79380421494a4cb Modified Files: src/sbbs3/atcodes.cpp str_util.c str_util.h Log Message: Move separate_thousands() to str_util so it can be used elsewhere, later Seems a useful function to have on hand. Especially now that it's "fixed" (will convert "1234" to "1,234"). .