| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
Simulated Stack | Delphi 7, Delphi 6 | Intermediate / TheMouse | 2733 since 2/17/2003 4:28:53 PM | Unrated
|
| |
This code is just like my previous posting under VB. I just finished porting it to Delphi. It lets you manage a stack, like the computers memory heap. You can push and pop items. It is currently a unit file -- if anyone could tell me how to make it into a ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Split function | Delphi 7 | Beginner / Martin Engström | 6495 since 2/12/2005 8:28:48 PM |
By 2 Users 2 Excellent Ratings
|
| |
Will split a string using a delimeter very similar to VB's split function |
| |
| |
| |
 |
Split Function | Delphi 7 | Intermediate / Lrd.Sandman | 4033 since 4/19/2005 9:15:29 AM |
By 1 Users
|
| |
This is the Delphi 7 code for the older splits on this site... |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
Split function | Delphi 6, Delphi 5, Delphi 4 | Beginner / Martin Engström | 6495 since 2/12/2005 8:28:48 PM |
By 2 Users 2 Excellent Ratings
|
| |
Will split a string using a delimeter very similar to VB's split function |
| |
| |
| |
 |
Split Function - No String List - Just Arrays | Delphi 7, Delphi 6, Delphi 5 | Intermediate / VoodooSnake | 3788 since 5/3/2003 8:46:50 AM | Unrated
|
| |
Another split function, just 1 miner change, it uses no String List, instead it uses arrays. I got sick useing split functions with these lists, so i changed the split function programmed by Lord Nova Ice, found here: http://www.planet-source-code.com/vb/ ...(description truncated) |
| |
| |
| |
 |
Split Function in Delphi | Delphi 5, Delphi 4, Pre Delphi 4 | Intermediate / Nick Siderakis | 52092 since 1/21/2001 7:32:30 PM |
By 8 Users 6 Excellent Ratings
|
| |
Hey this function just emulates the Visual Basic function that we know and love “<b>split</b>”!!! You use it the same way you would have in vb.<br><i>
avar := split('string to break up',' ',2);</i><br>
That will return avar ...(description truncated) |
| |
| |
| |
 |
Split function with an attitude | Delphi 5, Delphi 4, Pre Delphi 4 | Intermediate / xpcoder | 2589 since 3/6/2002 8:25:06 AM | Unrated
|
| |
Split a given string into TStrings with given delimiter character. Will also process Quoted string if need to (e.g.):
'this, is, a, "comma, separated, value", for, you'
will be split into a stringlist with the following items:
(0) this
(1) is
(2) a
(3) "c ...(description truncated) |
| |
| |
| |
 |
Split string | Delphi 5, Delphi 4, Pre Delphi 4 | Intermediate / Mark van Renswoude | 8762 since 1/3/2002 4:50:10 AM |
By 2 Users 2 Excellent Ratings
|
| |
This code simply splits a string into pieces using any delimiter and returns an array. Enjoy!It seems PSC has messed up my code, to view a nicely formatted and color coded version of this code go to http://x2software.net/viewarticle.php?id=5 |
| |
| |
| |
 |
Split time and create time blocks | Delphi 5, Delphi 4, Pre Delphi 4 | Intermediate / Elissaios K. | 3192 since 5/31/2001 7:37:28 PM | Unrated
|
| |
This code splits the time (split time is a
part of delphi help) and creates a TIME LIMIT
to prevent the user from doing something.
Example: if you specify a time of 12:00 between
14:00, and the user access the program while the
time is 15:00, the program ...(description truncated) |
| |
| |
| |
 |
Squib Scripting Language | Delphi 7 | Advanced / Vafa.Karamzadegan | 1376 since 10/19/2012 2:33:21 PM | Unrated
|
| |
Simple but powerful scripting language called Squib!
Features:
Loop, IF Clause, While Clause, Using labels, ADO support, Library Call, Pre-Defined Functions and Utilities, Simple Highlighter!
* Syntactic Analysis and Semantic Analysis are performed for ea ...(description truncated) (ScreenShot) |
| |