Re: [edk2] suppressif expression

2013-01-31 Thread Prakash, Sathya
Thanks Eric for confirming this. Since in VFR I saw only "==", I was thinking it is not supported. -Sathya From: Dong, Eric [mailto:eric.d...@intel.com] Sent: Wednesday, January 30, 2013 6:35 PM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] suppressif expression Sathy

Re: [edk2] suppressif expression

2013-01-30 Thread Dong, Eric
Sathya, Add my comments below. Thanks, Eric From: Prakash, Sathya [mailto:sathya.prak...@lsi.com] Sent: Thursday, January 31, 2013 3:59 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] suppressif expression Excerpt from VFR Spec: ideqvalExp ::= "ideqval" vfrQuestionDat

[edk2] suppressif expression

2013-01-30 Thread Prakash, Sathya
Excerpt from VFR Spec: ideqvalExp ::= "ideqval" vfrQuestionDataFieldName "==" Number Hi, Is it legal to use less than or greater than symbol within suppressif expression? Please advice. For example: suppressif ideqval Form001.VolumeCount < 1; endif; If the above expression is illegal, how to u