clear ** END HEADER -- do not remove this line // // Generated on 2021-10-03 // parameter bModal local f f = new show_memVars1Form() if (bModal) f.mdi = false // ensure not MDI f.readModal() else f.open() endif class show_memVars1Form of FORM with (this) height = 16.0 left = 41.2857 top = 2.8182 width = 114.7143 text = "" endwith this.EDITOR1 = new EDITOR(this) with (this.EDITOR1) height = 13.2727 left = 3.2857 top = 1.0455 width = 106.8571 fontName = "Courier New" dataLink = "FILE memory.txt" endwith endclass