home *** CD-ROM | disk | FTP | other *** search
- /*
- ** $VER: FindSCFunc.bed 1.0 (14.01.96)
- **
- ** Display the AmigaGuide help on the SAS C Library Function under the cursor
- */
-
- OPTIONS RESULTS
-
- SetStatusBar 'Looking for SAS C Function...'
-
- GetWord
-
- IF RC = 0 THEN
- 'Help FILE=SC:Help/sc_lib.guide' RESULT || '()'
-