returnfunction() -- Create a handle for the current screen configuration. localmyCurrentScreenConfig = CurrentScreenConfig() -- Create a handle for the screen content based on the screen configuration. localmyScreenContent = GetScreenContent(myCurrentScreenConfig) -- Print the Dump of the handle. Printf("=============== START OF DUMP ===============") myScreenContent:Dump() Printf("================ END OF DUMP ================") end