Is there a string search function/method in Javascript ?
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10088411.html
Zones:
JavaScriptDate Answered: 10/13/1998 Rating: 7.4 Views: 0
I want to replicate the following (psuedo) C code in VB:
int getPeriods(char *s){
int i= 0;
int periods= 0;
while c[i] != NULL {
if c[i]=="." periods++;
i++;
}
ret...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10532841.html
Zones:
Visual BasicDate Answered: 06/27/2000 Rating: 7.4 Views: 0
Hi,
How can I get a function to return a string? It was easy for me as a first semester C++ student to write a function
that returned a 'y' or 'n' for yes or no then
use type casting to output...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_11939058.html
Zones:
C++Date Answered: 02/15/2002 Rating: 9.0 Views: 0
Dear friends,
I have 4 fields in "Address" Table. I imported it from dbf database. However, I should seperate this field.
1. "Adress"; 2. "Street"; 3. "City" ; 4. "Telephone")
For example...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20027407.html
Zones:
MS AccessDate Answered: 01/10/2001 Rating: 7.4 Views: 0
Hello!
when i click a command button, i want an other application to startup. Normally i use this command:
Button = Shell("c:\windows\calc.exe", 1)
But the problem is, that i dont know wha...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20056006.html
Zones:
Visual BasicDate Answered: 08/11/2001 Rating: 7.2 Views: 0
I need to import data from another database that has two pieces of information in the same field -for example
"Cindy Rolf, Executive Director"
I want to split that into two fields - contact nam...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20140881.html
Zones:
MS AccessDate Answered: 07/09/2001 Rating: 7.8 Views: 0
Does anyone know how to read string instead of just reading characters?
for example
when using mov ah,0ah and interrupt 21h (which is the function where the user can type as many lines as one wan...
http://www.experts-exchange.com/Programming/Languages/Assembly/Q_20309475.html
Zones:
AssemblyDate Answered: 11/28/2003 Rating: 8.0 Views: 0
I am facing problem with Left() Right() and Mid() functions. When i run my application on different machine it doesn't recognize the left() function. I go to Visual BAsic editor , Tools-> reference...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20489566.html
Zones:
MS AccessDate Answered: 02/12/2003 Rating: 8.7 Views: 0
I'm killing myself trying to write a function for a DLL with no MFCs, that will do what this VB Function will do. Could someone do a translation? It's not a difficult function, I;m simple getting...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20537267.html
Zones:
C++Date Answered: 03/05/2003 Rating: 6.8 Views: 0
example :
I have two Strings. String a and string b. Both strings contains 10 elements.
String a="elementa;elimentb;;;;;;;;;";
String b=";;;;;;;;;;";
The content of both strings is dynamic but...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_20733824.html
Zones:
JSPDate Answered: 02/18/2004 Rating: 7.4 Views: 0