|
|
|
Open Help File
Added on 10/2/2000
|
|
Compatibilities:
Required Xtras:
Buddy API
|
This item has not yet been rated
|
Open a help file to a specific topic. Use like this...
openHelpFile(whatFile, whatTopic)
Make sure the topic is copied exactly and the filename is correct.
on openHelpFile whatFile, whatTopic
baWinHelp( "Show", whatFile, whatTopic )
end
on getBehaviordescription
describe = "Open a help file to a specific topic. Use like this..." & return & "openHelpFile(whatFile, whatTopic)" & return & "Make sure the topic is copied exactly and the filename is correct."
return describe
end
|
|