Hi Community,
I guess I'm trying to create a computer terminal that auto types whatever is in a Textbox. I've seen a few articles online and many out broken capx.
I can get the text to type
DestText | left(SourceText.Text, len(DestText.Text) + 1)
however, I'm trying to put a cursor (sprite) in front of it.
Any ideas please?
Thanks,
Roberto