03-31-2013, 07:28 AM
Gintaras, I need to include multiple image files I when creating the .exe, however not all the image files are directly pathed in the macro, it loops through on the scan but only only one is matched each time (there are 37 in total).
Will QM know that I need to include multiple image files within my macro when compiling .exe by simply adding the :10 before the partial file name? Or do I need to somehow explicitly define the path for each individual file?
Macro Macro [b]SL[_b] [help1][_help1]
Kind Regards
Matt
Will QM know that I need to include multiple image files within my macro when compiling .exe by simply adding the :10 before the partial file name? Or do I need to somehow explicitly define the path for each individual file?
Macro Macro [b]SL[_b] [help1][_help1]
for Count 0 37
,,SetRect &r 657 249 693 296
,,if(scan(F":10 C:\Users\admin1\Documents\My QM\SL\num{Count}.bmp" w r 0 100))
,,,CurrentNumber=Count ;;assign most recent number spun to variableKind Regards
Matt
