Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked Delphi Tool Version 2.00


sQuo

Recommended Posts

This is the hidden content, please

 

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 Splitter

Delphi 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 is the hidden content, please

Pass: level-23.biz

Link to comment
Share on other sites

  • 5 months later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.