A small utility (indent prg)
Posted: Thu Aug 19, 2021 3:13 pm
Hi,
is a small utility that I use in my programs.
It is not as sophisticated and complete as the
others but it is useful to me. You can change
it and still do what you want with it.
Usage:
cString := MyIndent('Test.Prg')
FRename('Test.Prg','Test.Bak')
hb_MemoWrit('Test.Prg',cString)
execute file ('Test.Prg') or msginfo('ok')
Brunello
is a small utility that I use in my programs.
It is not as sophisticated and complete as the
others but it is useful to me. You can change
it and still do what you want with it.
Usage:
cString := MyIndent('Test.Prg')
FRename('Test.Prg','Test.Bak')
hb_MemoWrit('Test.Prg',cString)
execute file ('Test.Prg') or msginfo('ok')
Brunello