View Single Post
  #3  
Old 12-07-2011, 09:15 AM
Albin Albin is online now
Registered User
 
Join Date: 11-08-2011
Posts: 3
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 09:24 AM.
Reply With Quote