Page custom fnc_FtpProfile_PreShowWhen I try to loop the page declaration I get an error from the compiler.
Function fnc_FtpProfile_PreShow
${For} $R1 1 $NoTimes
Call fnc_FtpProfile_Show
${Next}
FunctionEnd
${For} $R1 1 $NoTimesDue to the possible high number of profiles, it is very prohibitive to manually code 75 instances of the code in a file. Is there any way I can loop the showing of dialogs?
Page custom fnc_FtpProfile_PreShow
${Next}
This is an installation for a system where some installs actually already have over 60 profiles.