I needed a way to format a string of numbers for a game I'm working on and couldn't find anything in the built in text plugin of construct so I modified the original text plugin to do what I needed and renamed it Label and thought I'd share incase anyone else needs it.
only thing different than original text plugin is it auto formats the string with commas.
for example:
Label set text 9999 will render as 9,999
Label set text 999999 will render as 999,999
works with append text as well (not that I can find a use for that) removing original commas and re setting the commas
apparently I don't have enough rep to post a direct link so you can download it at
syndor.ca/Label.rar