Enter Keywords:
1 - 10 of 215(0.02 seconds)
Sort By:
 
Is there a string search function/method in Javascript ?
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...
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...
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...
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...
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...
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...
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...
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...
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...
Zones: JSPDate Answered: 02/18/2004 Rating: 7.4 Views: 0