aboutsummaryrefslogtreecommitdiffstats
path: root/Lessons
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-03-28 15:00:49 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-03-28 15:00:49 +0300
commitce07d2043df29199d27f5af739bd58a4224455aa (patch)
treeeab9dfff320de997d97f7cd350dba631b0b81a52 /Lessons
parent18ebc34f2ca7a48df1342db4c2ef8bb832a627dc (diff)
downloadUEFI-Lessons-ce07d2043df29199d27f5af739bd58a4224455aa.tar.gz
UEFI-Lessons-ce07d2043df29199d27f5af739bd58a4224455aa.tar.bz2
UEFI-Lessons-ce07d2043df29199d27f5af739bd58a4224455aa.zip
Add more info about questionref usage
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'Lessons')
-rw-r--r--Lessons/Lesson_70/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lessons/Lesson_70/README.md b/Lessons/Lesson_70/README.md
index 0ecd5f7..118bb09 100644
--- a/Lessons/Lesson_70/README.md
+++ b/Lessons/Lesson_70/README.md
@@ -257,6 +257,8 @@ endif
```
This code will show element, only if numeric value is even.
+Keep in mind that code defining a `name` must come before its reference in `questionref`. Opposite situation would lead to build failure.
+
# pushthis
Inside the question you can get the question value with the help of `pushthis` keyword, which would translate to `EFI_IFR_THIS`: