Changeset 3073
- Timestamp:
- Jul 15, 2018, 2:11:41 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/netlabs/macros/modeexec.e ¶
r3072 r3073 367 367 wrd = lowcase( wrd) 368 368 SettingsValue = GetAVar(fid'.'wrd) 369 if wrd = 'keyset' & SettingsValue = 'std' then 370 SettingsValue = 'DEFAULT' 371 endif 369 372 if SettingsValue <> '' & SettingsValue <> 'DEFAULT' then 370 373 UsedFileSettings = UsedFileSettings wrd
Note:
See TracChangeset
for help on using the changeset viewer.