Topic: Re: Needs adaptation of ASCII2.VDM (1 of 1), Read 64 times
Conf: Converting, Translating
From: Christian Ziemski
Date: Sunday, May 26, 2002 03:09 AM

>First and foremost a big thank you Maxim Glukhov for writing this nice =program.

Yes. I really have to agree!

>Incidentally, I noticed a minor typo concerning the "usage": My {Misc, =More macros, ...} menu did not list ASCII2.VDM.

It is now here: {Edit, Insert, ASCII table 2}


>Now the adaptation: I would like to save the ASII table produced by this= macro to a file.

The easiest way seems to be to insert a File_Save_As(...) command.

For example (last lines of ASCII2.VDM):

:Done:
File_Save_As("d:\xxx\ascii2.txt", OK)
Buf_Quit(OK+DELETE)
BS(#14)
Num_Pop(10,15)


Christian