PAS to HTML
From: Igor (someone_at_somecompany.com)
Date: 01/29/05
- Next message: Andrew Rybenkov: "Re: About Windows XP Service Pack 2"
- Previous message: Captain Jake: "Re: Boom! Crash! IDE disappearing act increasing"
- Next in thread: Igor: "Re: PAS to HTML"
- Reply: Igor: "Re: PAS to HTML"
- Reply: John Kaster (Borland): "Re: PAS to HTML"
- Reply: somebody: "Re: PAS to HTML"
- Reply: Jim Cooper: "Re: PAS to HTML"
- Reply: Bruno Fierens [tmssoftware.com]: "Re: PAS to HTML"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 29 Jan 2005 04:54:51 +0200
I want to share my codes on internet so i'm searching for a tool which can
generate html from my *.pas files. Because when i copy and paste my code
into the webpage, my code looks like this :
procedure Something;
begin
DoSomethingElse;
DoWhateverYouWant;
end;
but i want that style :
procedure Something;
begin
DoSomethingElse;
DoWhateverYouWant;
end;
and it would be nice if it can change the special words' style to bold.
- Next message: Andrew Rybenkov: "Re: About Windows XP Service Pack 2"
- Previous message: Captain Jake: "Re: Boom! Crash! IDE disappearing act increasing"
- Next in thread: Igor: "Re: PAS to HTML"
- Reply: Igor: "Re: PAS to HTML"
- Reply: John Kaster (Borland): "Re: PAS to HTML"
- Reply: somebody: "Re: PAS to HTML"
- Reply: Jim Cooper: "Re: PAS to HTML"
- Reply: Bruno Fierens [tmssoftware.com]: "Re: PAS to HTML"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|