A small utility (indent prg)

You can share your experience with HMG. Share with some screenshots/project details so that others will also be benefited.

Moderator: Rathinagiri

Post Reply
brunellopulix
Posts: 80
Joined: Sat Apr 24, 2010 10:17 am

A small utility (indent prg)

Post by brunellopulix »

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
XIndent.zip
(1.94 KiB) Downloaded 104 times
brunellopulix
Posts: 80
Joined: Sat Apr 24, 2010 10:17 am

Re: A small utility (indent prg)

Post by brunellopulix »

Usage:

cString := XIndent('Test.Prg') (not myindent)
FRename('Test.Prg','Test.Bak')
hb_MemoWrit('Test.Prg',cString)
execute file ('Test.Prg') or msginfo('ok')

Brunello
brunellopulix
Posts: 80
Joined: Sat Apr 24, 2010 10:17 am

Re: A small utility (indent prg)

Post by brunellopulix »

XIndent.zip
(2.05 KiB) Downloaded 147 times
a small update for better error handling

Brunello
ASESORMIX
Posts: 216
Joined: Thu Oct 25, 2012 8:08 pm
Location: Bqto, Venezuela

Re: A small utility (indent prg)

Post by ASESORMIX »

Muchas Gracias por compartir.
User avatar
luisvasquezcl
Posts: 1259
Joined: Thu Jul 31, 2008 3:23 am
Location: Chile
Contact:

Re: A small utility (indent prg)

Post by luisvasquezcl »

Gracias por compartir.
Saludos
fabiantoro
Posts: 4
Joined: Tue Jun 21, 2022 11:15 am
DBs Used: DBF

Re: A small utility (indent prg)

Post by fabiantoro »

Buenos Dias
Alguien tiene la utilidad compilada (.exe)
Gracias
User avatar
AUGE_OHR
Posts: 2093
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: A small utility (indent prg)

Post by AUGE_OHR »

have fun
Jimmy
Post Reply