TOTALDROPPEDFILES: Difference between revisions

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 22: Line 22:
{{PageExamples}}
{{PageExamples}}
* See example for [[_ACCEPTFILEDROP]]
* See example for [[_ACCEPTFILEDROP]]


{{PageSeeAlso}}
{{PageSeeAlso}}

Latest revision as of 01:17, 29 January 2023

The _TOTALDROPPEDFILES function returns the number of items (files or folders) dropped in a program's window after _ACCEPTFILEDROP is enabled.


Syntax

totalFilesReceived& = _TOTALDROPPEDFILES


Description


Availability

  • QB64 v1.3 and up
  • QB64-PE all versions


Examples


See also



Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link