Advertisement

1 - 10 of 706 containing alltags:("delimiter") (0.001 seconds)
Does anyone know of a fast, reliable way to change the format of a txt file from Fixed width to Comma delimited? It has to be fast, solid code as I'm looking at text files of approx 15MB.
Zones: Visual BasicDate Answered: 02/18/2000 Grade: B Views: 0
I have a VB program which creates a tab delimited txt file which I open as a datasource for a word mail merge.  When executing the mail merge I get a load of pop up boxes saying that fields are mis...
Zones: Visual BasicDate Answered: 06/01/2000 Grade: A Views: 0
How do you create a (prn) fixed width tab delimited file in cold fusion? thanks
Zones: ColdFusion Application ServerDate Answered: 07/29/2000 Grade: A Views: 0
I need to write a function that accepts a pointer to a string as a parameter and counts the # of characters in the string, not including the null char.  It should expect a null-delimited string and...
Zones: ProgrammingDate Answered: 09/09/2003 Grade: A Views: 0
I have the following code in a file on my server. ************************************* <tr bgcolor="#ffffff"> <td><a href="http://mydomain.com">objectid</a></td> <td align="center">Jun-08-03...
Zones: PHPDate Answered: 06/16/2003 Grade: A Views: 0
I want to export a table as a .txt file. Fine, I can do this with DoCmd.TransferText. However, I want to export with certain specifications such as "|" delimited (pipe). Basically I want "|" as the...
Zones: MS AccessDate Answered: 07/07/2003 Grade: A Views: 0
Hi, On a form i have: Memo1 and button 1. In memo 1 i have the following text: FirstName|SecondName|Alan|Smith|Chris|Dawes|sarah|jane|sam|philips|Alan|Smith|Chris|Dawes|sarah|jane|sam|p...
Zones: Delphi ProgrammingDate Answered: 03/12/2004 Grade: A Views: 0
I need a Perl or VBScript script that can sort a comma delimeted text file based on multiple dependencies. Each line of the file has at least one string. Some lines have additional comma delimited ...
Zones: Languages, Windows BatchDate Answered: 08/23/2004 Grade: A Views: 0
Hi, I have a string manipulation questions in C, and for the question assume I have the same input which is at least ten characters in length (maybe even more). How do I 'trim' an array of charact...
Zones: CDate Answered: 10/04/2004 Grade: B Views: 0
I am looking for a solution similar to searching ini files for values. I need to translate ID's to a description ithout connecting to a dtabase (that would be too easy). Instead of using a case sta...
Zones: MS Visual BasicDate Answered: 10/15/2004 Grade: A Views: 0