Thanks for the response.
Say I don't know what the host is, it's only created during runtime, basically I want to output a the MACRO that contains another Macro.
Example
loop (redhat, suse, solaris)
HOST = <loop value>
%HOST%_COMPLETE = TRUE
if % %HOST%_COMPLETE %
continue;
check HOST status
Last edited by Albin; 12-07-2011 at 10:24 AM.
|