Enter Keywords:
1 - 10 of 84(0.012 seconds)
Sort By:
 
If you have a select sql statement that returns the following rows INVCode  DESC   Qty    Price 123      K6-300    2    50.00 124      CD40      3    20.00 How can I transform this with a S...
Zones: MS AccessDate Answered: 01/07/2000 Rating: 6.0 Views: 0
I need to do a very simple explode for example explode($splitter, $a); //$a = "1:2:3:4"; $splitter = ':'; Simple so far. How do I deal with the situation where $splitter is a utf-8 characte...
Zones: PHPDate Answered: 11/29/2003 Rating: 6.0 Views: 0
Hello, I'm using WL6.1sp3 and I have an application declared in config.xml as follows: <Application Deployed="true" Name="xxx" Path="./config/prov/applications/myAppli">   <EJBComponent Deploym...
Zones: BEA We...Date Answered: 04/18/2003 Rating: 7.0 Views: 0
I need do the same thing that explode() does in php but with c++. I found this function in a similar question: char **split_text(char *string,char *token, int *count) {      char **retval = ...
Zones: C++Date Answered: 01/05/2006 Rating: 9.0 Views: 17
this is for display in a calender. Basically I have the following code in add event which draws from the users table the initials field and gives a tick box to say who is attending the meeting. ...
Zones: PHP and DatabasesDate Answered: 03/09/2006 Rating: 8.2 Views: 0
What is the Visual Basic .NET equivalent of PHP's split() or explode() function? More info: split() and explode() take a string and split it into array components based on another string. Giv...
Zones: PHP, VB Script, Visual BasicDate Answered: 03/24/2007 Rating: 7.6 Views: 50
Hi guys! Another one sorry. If someone could share some light on what this is doing, would appreciate it. if ($argv["type"] == "Item") Not sure what the top means. Does it mean if a user ...
Zones: PHPDate Answered: 09/16/2007 Rating: 7.0 Views: 0
I've been looking for something that i can change, my goal is to take true type fonts and then explode them to line segements. Does anybody know of a site that has some code on it??
Zones: Windows MFC, Font CreatorDate Answered: 01/21/2003 Rating: 7.8 Views: 0
Hi I have a strange problem. I have a simple class with one one method. I compile that class and package in jar file. I put this jar file in my war_root/web-inf/lib i also edit my manifest file ...
Zones: BEA We...Date Answered: 05/18/2004 Rating: 7.6 Views: 0
I get this request often when running reports. Let's say I am to create a report that lists servers and their IP addresses. If there is more than one IP Address for a given server, I need them to...
Zones: OracleDate Answered: 02/01/2004 Rating: 7.6 Views: 89