Maybe something like this will get you started:
 Code:
Break On

$ = SetOption('NoVarsInStrings', 'On')

$A = 'Yes', 'No', 'Maybe'
$B = 'No', 'Maybe', 'Yes'

'Which variable would you like to see ("A" or "B")? '
Get $Answer
$Answer ?
'Which Index do you want to use (0-2)? '
Get $Index
$Index
? ?

$ = Execute('$ActiveValue = $' + $Answer +'[$Index]')

'The value of $' $Answer ' is "' $ActiveValue '"' ?


Glenn
_________________________
Actually I am a Rocket Scientist! \:D