Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CC.LIB - ClipCode CLIPPER S'87 Library - <b>fil_lock() network: attempts to lock the current shared file</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FIL_LOCK()  Network: Attempts to lock the current shared file

 Syntax....: FIL_LOCK( [secs] )
 Parameters: <expN>: secs = [optional] number of seconds to attempt lock

 Returns...: <expL>: .T. if succeeds, else .F. if fails
 Cautions..: none
 CC Calls..: POPMSG()
 Alias.....: none

 Example...: IF FIL_LOCK(5)
               REPLACE ALL Price WITH Price * 1.1
             ELSE
               ? "File not available"
             ENDIF


See Also: NET_USE REC_LOCK ADD_REC

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson