Skip to content

Commit

Permalink
[ieboilstart] solved #280 - set type and set rng
Browse files Browse the repository at this point in the history
  • Loading branch information
kbjarkefur committed Aug 4, 2022
1 parent af72f2e commit ecc5e33
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ado_files/ieboilstart.ado
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,12 @@
set varabbrev off `permanently'
local setDispLocal "`setDispLocal'{break}{col 5}set varabbrev {col 22}off`permanently_col'"
set type float `permanently'
local setDispLocal "`setDispLocal'{break}{col 5}set type {col 22}float`permanently_col'"
set rng default
local setDispLocal "`setDispLocal'{break}{col 5}set rng {col 22}default"
/*********************************
Add custom lines of code
Expand Down

0 comments on commit ecc5e33

Please sign in to comment.