%Radio%    Show Routine Code    Author: Siegfried


Version: 1  -  Date: 2007-02-15

 

Example call:
%Radio% "3" "Select the driver ..." "RADIO_D_1.dat" "RADIO_T_1.dat" "Choice Number 8"

Remarks:
Selection dialog with max. 10 Radio buttons.

Param 1: 1=next, 2=next cancel, 3=back, next, cancel
Param 2: Topbar text
Param 3: a text file with the choices
Example:
ChoiceNumber1=cdeject.exe
UpdatePNP.dll
ChoiceNumber3=vpcshexg.dll
ChoiceNumber4=vmsrvc.exe
Either display and return mapped like in choice 1
or display an return the same like in choice 2

Param 4: a text file with the info text
Param 5: default choice. If left empty = choice no. 1

The text files must be in SCRIPTS\DATs

Returns:
1. The choice as %result%
2. back, next or cancel as %BTN%