Topic : The GFA-Basic Compendium Author : GFA Systemtechnik GmbH Version : GFABasic.HYP v2.98 (12/31/2023) Subject : Documentation/Programming Nodes : 899 Index Size : 28056 HCP-Version : 3 Compiled on : Atari @charset : atarist @lang : @default : Document not found @help : Help @options : +g -i -s +z @width : 75 @hostname : STRNGSRV @hostname : CAB @hostname : HIGHWIRE @hostname : THING View Ref-FileSCRP_READ(path$) path$: svar This function returns the current clipboard directory. Returns 0 if the clipboard path was never set, and non-zero if set correctly. path$ - Returns the current clipboard path. Examle: ~SCRP_READ(c$) PRINT c$ --> Displays 'C:\CLIPBRD\' on the screen, assuming the clipboard path was previously set correctly. scrp_read()+