cheeto
unread,Jul 10, 2008, 10:21:09 AM7/10/08You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Does anyone know of a way to use variables within a Graphic? I've got the
program working the way I need it to, now I'm using the Custom Graphic piece
to display the status of each piece. Repainting the screen within each IF
statement just doesn't work and there are too many possibilities that would
make the program 1000+ lines of code when it should be under 100 easy.
So, I'm trying to display the name of the package I'm executing, then to the
right, the status of that package based on output from the package that's
written to a text file, which I then read for certain text. The %VarName% in
place of the actual status of 'Running', 'Successful' or 'Failed' just
doesn't work.