Enter Keywords:
1 - 10 of 703(0.012 seconds)
Sort By:
 
How can I create a titled separator ? For example --- Information --- Like ICQ's Thanks
Zones: Windows ProgrammingDate Answered: 12/04/1999 Rating: 5.6 Views: 0
Hi everybody, i have a good deal 4 U which is driving me crazy!!! I have to save a xls file in csv format, but i need to use ";" as separators instead of ",". I use the ActiveWorkbook.SaveAs method...
Zones: MS OfficeDate Answered: 06/12/2003 Rating: 9.2 Views: 0
I have some *.csv files where the separator is ; I have the following problem. After I reinstall my OS(Win98) and Excel(XP 2002 version), the files aren't displayed correctly. I mean Excel expects...
Zones: MS OfficeDate Answered: 03/02/2003 Rating: 8.4 Views: 37
I wrote a small Visual Basic macro, wich saves xls files in csv format. The problem is, that the macro use ,(comma) as separator, but in the Windows Regional Settings is ;., so if i do the same man...
Zones: MS OfficeDate Answered: 02/09/2004 Rating: 7.2 Views: 0
Hi! I cant seem to separate long int's! How do i get 123456789 to look like 1 2 3 4 5 6 7 8 9? My program prints 9 8 7 6 5 4 3 2 1. My code goes something like:- #include<iostream> usin...
Zones: C++Date Answered: 05/05/2003 Rating: 9.0 Views: 0
How do I spawn a new and separate process(another PHP script) from my current PHP script? The new process will have screen output during the testing phase only. I want that output to go to a separ...
Zones: PHPDate Answered: 07/14/2003 Rating: 6.6 Views: 5
If you configure two networks using different IP ranges and let them share cables, hubs and switches - can they communicate and would that be a security risk? Say, one configured on 192.168.0.*,...
Zones: SecurityDate Answered: 12/03/2003 Rating: 7.4 Views: 0
Hello, I have a string DD-MM-YYYY HH:MM How I can use split to get 5 fields separated I used split but it works only with delimiters - / : With blank space it doesn't work Thanks Bonds
Zones: PHPDate Answered: 02/18/2004 Rating: 8.4 Views: 0
What I want: The username to be printed on the bottom of the 1st page of the printjob. I found this link: http://support.microsoft.com/?kbid=102712 I tried to create a *.sep file with @N: but...
Zones: Windows 2000Date Answered: 11/03/2004 Rating: 7.8 Views: 0
i have a string that contains "RESULT=0&PNREF=VXYZ00912465&ERRCODE=00&AUTHCODE=09TEST&AVSADDR=Y&AVSZIP=N" How can I assign each value into a separate string in asp.net?
Zones: ASP.Net ProgrammingDate Answered: 02/16/2005 Rating: 7.4 Views: 0