Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Suppose we have a string "0123456789" and the caret is currently at '3'.  Is there a something similar to insertTextAtCaretPosition("***") 

or insertTextAt(getCaretPosition(), "***")

which will result in "012***3456789"

Thanks!

Alex