|
Using Variable in Load Image Module? Tim [13 posts] |
8 year
|
Hello,
I am trying to have my Program Read in variables from a text file that are image file paths
Example:
GOLD_IMAGE c:GOLDPath.jpg
UUT_IMAGE c:UUTPath.jpg
I use the Display Variables module and it assigns the variables correctly. I then want to use the Load Image Module and input the GOLD_IMAGE variable in the file path. Is this Possible?
|
|
|
Steven Gentner from United States [1446 posts] |
8 year
|
Yea, just type in
[GOLD_IMAGE]
into the filename path (i.e. where you would normally type in c:\path\to\filename.jpg) and that should work. This is an example of what we can expressions .. which are very powerful and work with most places where you just type in data. You can read more about them at
http://www.roborealm.com/help/Expressions.php
STeven.
|
|
|
Tim [13 posts] |
8 year
|
Perfect,
Thanks STeven for the quick response time!!
|
|