Moving Objects - Forum

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

Moving Objects

Hi guys, i want to move a Text object to a certain place in my application. I know the normal way which works fine but I need to read a text file to two variables to insert the position where the Text object should be moved to

The example below doesn't work, any suggestions please

Greetings

Example:

FileRead "[PubDir]Test.txt "1" "[Box1]"
FileRead "[PubDir]Test.txt "2" "[Box2]"
MoveObject "TextObject" "[Box1]" "[Box2]"

SORRY GUYS... This actually work :)) My brain is tired :))