TextEntry Cursor Position - Forum

Forum Navigation
You need to log in to create posts and topics.

TextEntry Cursor Position

I think this has been discussed here before but is there a way to tell the cursor position inside a TextEntry Object?

@pauljonestindall

GetObjectInfo "TextEntry1" "CursorPosition" "[anyVariable]"

For more information, take a look at https://winhelp.visualneo.com/Objects.html#GETOBJECTINFO

Well that was easy enough. Thanks @gaev. I guess I missed that one when I was dealing with the Object Name situation.