Code: Select all
Delay(1000) : SendKeys(0,"Find","{CONTROLDOWN}v{CONTROLUP}") ; Paste.
Code: Select all
Delay(1000) : SendKeys(0,"Find","{CONTROLDOWN}v{CONTROLUP}") ; Paste.
Code: Select all
EnableExplicit
Structure BookList
List BookNames$()
EndStructure
Structure SeriesList
List Series.BookList()
EndStructure
Structure Details
List Authors.SeriesList()
EndStructure
Global Library.Details
ClearStructure(@Library, Details)
ShowMemoryViewer(@Library, SizeOf(Details))