I wish to add a "..." effect after the end of one of my strings in a console application I'm building. For example,
Hello World. > Hello World.. > Hello World...
The problem is, how can I do this so that the dots are not shown straight away? But in more a sequential fashion, ie one after another, maybe a new dot is shown every half second or so.
Any help/advice/guidance is greatly appreciated, Thanks