Converts a file into a String, wich can be later imported to TStringList.
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...
Reading a text file in ASP is an online tutorial briefing on the FileSystemObject of ASP in managing files and folders. The author of this article has demonstrated on two different methods for reading and writing text files using the ASP codes....
This is an invisible componentwith a simple task to split a file into multiple files of certain size. The mostcommon need for this is when you want to put your (big) file on floppy disks,for backup or any other purposes. The method for reversing...
Creating a File Explorer is an ASP article briefing on the classes and functions of ASP. You will come to know the procedures and techniques involved in generating a simple file browser through the ASP codes. The author has explained the above...
Find an Element In an Array is a ASP based array lesson that describes easier method to perform the required task. It explains that the given value can be checked using array index value through all array items via FOR LOOP functions and the...
Reading Text Files in an ASP.NET Web Page is an ASP.NET tutorial in which author details about reading the text file content with the help of string variables in the web pages. In this tutorial programmers can learn about procedure to open the...
Sorting An Array Using Array.Sort() is a web based tutorial in which author describes the procedure for sorting the array with the help of Array.Sort() function. Through this tutorial beginners can learn more about sorting the array through...
Split an array to many pages is a PHP oriented tutorial tool that helps you to design your array based contents page on your PHP website. You can include numerous page to display the aricles. And it allows you to define maximum number of entity...
Mail-A-File is a web-based email program (written in Perl) with file attachment features. The program allows any user to send an email from a web-based form to any recipient with a valid email address plus the ability to attach a file to the email... |