• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Delphi Delphi Tool Version 2.00

Status
Not open for further replies.

sQuo

~ KillmeMories ~
Shadow
User
Joined
Oct 16, 2011
Messages
5,851
Reputation
0
Reaction score
22,904
Points
688
Credits
0
‎13 Years of Service‎
24%
image.php


Delphi Tool

Version 2.00

Code + GFX by RaptoR of Team iNFECTiON

Details:

Description:

This tool was originally just a String Splitter for Delphi, but after a few suggestions to expand it, I have. It now comprises of:

Delphi String SplitterDelphi String Unsplitter

String To Charcode Converter

Charcode to String Converter

Table Extractor

Array Maker

Source Cleaner

ASCII Table Viewer
The string splitter module splits up strings into more managable blocks. It is very handy for cutting long strings into ones that Delphi can handle (as you know, the maximum length of a string in Delphi is 255 characters. This can be annoying when using long strings, when for example working with encryption schemes). It is also handy for simply tidying up long code.

The string unsplitter module does the reverse of the string splitter module, and concatenates strings that have been split with the string splitter (or by other means) into one.

The string to charcode converter will convert an entered string into Delphi's character codes. For example "RaptoR" becomes "#82#97#112#116#111#82".

Charcode to string converter is the opposite of string to charcode. It will convert entered charcodes into strings.

The Table Extractor is for extracting data from files to be used in your Delphi apps, be it chiptunes, patchdata, whatever.

The Array Maker does exactly as it says on the tin, and allows you to create arrays quickly and easily. This module was originally coded as a standalone app by my friend Saduff, but he has allowed me to merge it into the Delphi tool. Greetz!

This link is hidden for visitors. Please Log in or register now.


Pass: level-23.biz

 
Re: Delphi Tool Version 2.00

Simple and is very useful 4 me! Thanks! Good Job

 
Status
Not open for further replies.
Back
Top