Im having trouble with this:
Result = (IIF(Eval(RIGHT(Conc, 1)="S"), 10, 20))
ERROR: ERROR:	expression nesting
WORD: 	)
IN: 	evaluator
LINE: 	1087
FILE: 	"main source
And this:
Result = (IIF(RIGHT(Conc, 1)="S", 10, 20))
ERROR: Linker found unidentified names:
1087	mid	"main source"
1100	mid	"main source