Advertisement

1 - 10 of 153 containing alltags:("whitespace") (0.001 seconds)
I am trying to replace ALL the Whitespace in a string.  If I do this;   String newcat = newcat1.replace(' ','');   I get this error;   100. String newcat = newcat1.replace(' ','');          ...
Zones: JavaDate Answered: 12/19/2000 Grade: A Views: 0
Hi, I am inputting a simle text file. line 1 = a quiz topic then the subsequent lines will go: question? answer question? answer ...etc However the amounts of white space var...
Zones: Visual BasicDate Answered: 05/26/2003 Grade: A Views: 0
Solving this problem may require knowledge of flex and bison.  Doxygen and its souce can be found at www.doxygen.org. I would like to modify the source code for Doxygen so that white space in sp...
Zones: C++Date Answered: 01/25/2004 Grade: A Views: 0
Hi, Ive experienced a problem with varchar data columns that ive never come across before. For example, if i have a column with a length of 255, and i insert a string which is 20 characters long...
Zones: MS SQL ServerDate Answered: 10/05/2004 Grade: A Views: 0
I have a file containing two lines of text: string a = "                SomeString                 "; string b = "    SomeString    "; When I "cat" this file all whitespaces are printed corr...
Zones: Linux DevDate Answered: 07/14/2005 Grade: A Views: 4
Hi experts, I often post about how i hate xsl-fo's whitespace policies, and i still have no idea how to do whitespace. it actually makes my blood boil thinking about whitespace in xsl-fo because...
Zones: XMLDate Answered: 10/12/2005 Grade: A Views: 0
I have an old database and I'm using access 2007 to connect to it using linked tables. My problem is that in some cases a null field can not be null, so to trick the database the null field is s...
Zones: MS Access, MS ExcelDate Answered: 06/12/2007 Grade: A Views: 0
Hello Everyone - This is what I'm trying to do. I'm reading lines of files and breaking each line into usable data.   For example - The file may contain a line that is 70 char long String1...
Zones: JavaDate Answered: 02/28/2002 Grade: A Views: 0
I'm trying to parse an XML file (Using MS DOMDocument.Load(filename)) and I'm getting the "Required whitespace was missing" error msg.  Any ideas ? Here's the schema (cut-n-paste to notepad if i...
Zones: XMLDate Answered: 08/16/2001 Grade: A Views: 0
Is there any way to check a whitespace character in vb? Thanks..
Zones: Visual BasicDate Answered: 08/11/2002 Grade: A Views: 4