Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 2aa14ff

Browse files
Revert "[Bug 19839] Declare vars in scripts needed for BMI tutorial"
1 parent f854cbb commit 2aa14ff

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

Toolset/palettes/tutorial/courses/First Run/tutorials/BMI Calculator/lessons/App Lesson.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,6 @@ step "Set Stack Script"
11891189
button:
11901190
script
11911191
function getBMI pHeight, pWeight
1192-
local tURL, tJSON, tArray
11931192
put "http://api.clinicalcalculator.org/bmi?" & \
11941193
"height_in_m=" & pHeight & "&weight_in_kg=" & pWeight into tURL
11951194

@@ -1373,7 +1372,6 @@ step "Set Calculator Card Script"
13731372
button:
13741373
script
13751374
command calculateBMI
1376-
local tHeight, tWeight, tBMI
13771375
put field "height" into tHeight
13781376
set the cHeight of this stack to tHeight
13791377

@@ -1792,7 +1790,6 @@ script
17921790
end preOpenCard
17931791

17941792
command calculateBMI
1795-
local tHeight, tWeight, tBMI
17961793
put field "height" into tHeight
17971794
set the cHeight of this stack to tHeight
17981795

notes/bugfix-19839.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)