Sha256: 69ba222179f4c1ac253b2abc614b28a2ff919b24317dbe1ec900b5386ede1d6f
Contents?: true
Size: 458 Bytes
Versions: 3
Compression:
Stored size: 458 Bytes
Contents
# this code is to call the help window def runhelpwindowrwdcalc $help_topic = "rwdcalc_generalhelp" if @rwd_tab == "scriptutilitiesrwdshell" $help_topic = "rwdcalc_scripthelp" end $helptopicsarray = $helptopicsarray | ["rwdcalc_generalhelp","rwdcalc_scripthelp" ] if @rwd_window != "rwdtinkerhelpwindow" $previouswindow = @rwd_window $previoustab = @rwd_tab end runhelpwindow end
Version data entries
3 entries across 3 versions & 1 rubygems