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]"
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]"