Sage 100

 View Only
  • 1.  Does anyone know if the Debug Window DUMP command

    Posted 06-12-2012 16:05
    Does anyone know if the Debug Window DUMP command can be directed to a file?


  • 2.  RE: Does anyone know if the Debug Window DUMP command

    Posted 06-12-2012 18:02
    Not in a single command (as far as I know) but yes: ->FILE$=%SYS_SS'PathRoot$+""DumpFile.txt"" ->SERIAL FILE$ ! if the file already exists 1st type ERASE FILE$ ->CH=HFN ->OPEN(CH)FILE$ ->DUMP(CH) ->CLOSE(CH)


  • 3.  RE: Does anyone know if the Debug Window DUMP command

    Posted 06-13-2012 10:06
    @AlnoorCassim Thank you very much. Exacly what I needed. Well worth the typing.