Converts a file into a String, wich can be later imported to TStringList.
How do I create a string in C# is an article in which author demonstrates the procedure for constructing string using string builder. Here the author offers a code snippet, which helps in performing the above said process. ASP.NET programmers and...
Useful functions on ASP strings can be obtained from this online educational module that describes the steps to convert a string into clickable web link. To implement this task, the string functions are used on the given input and it simply...
One of the web based ASP article that gets you familiar with string and array functions. In this article, splitting a string into an array, filtering a particular word, finding the top most value of an array, joining strings, replacing an existing...
VCL component can be used to copy data contained within a TStream or a string into a file in the background on its own thread. It is designed to run multiple instances simultaneously......
A string parser that is capable to parse SQL statements into tokens, allows changing theese tokens and rebuilding (modified) SQL statement.Consists two components:gaBasicSQLParsergaAdvancedSQLParserSimple demo program included.New in 0.07...
Non-Visual Component to split a String at a given Character into several new Strings.
This is a tutorial in which users can find information on returning an XML stream or document as a string. In this tutorial the author guides users by providing step by step procedure of creating a full XML document or stream to return those XML...
This ASP article guides you how to handle the ASP strings as values to be used with SQL output statement. Provided program lets you know which functions are used to alter a string in ASP that has been given within single quotes to value so as to...
A string manipulation tutorial that implements the ASP techiniques to help you to learn how to join two text together. The string functions in VBScript are given with proper syntax and from the example coding you can learn easily how... |