RdLevel()
This function returns the current read level when using READs. It has no use with forms using the Visual FoxPro event model.
Usage |
nCurrentReadLevel = RDLEVEL() |
Example |
IF RDLEVEL()=5 && or 10, in later versions WAIT WINDOW "Sorry, you're maxed out. No more READs for you" ELSE DO Another.SPR ENDIF |
See Also |