Advertisement

1 - 10 of 3117 containing alltags:("loop") (0.002 seconds)
I need a script that plays and loops a MID-file, and works with both Netscape Navigator 3.0 and Internet Explorer 3.0. I was thinking about a script that detects the browser of the user and then se...
Zones: JavaScriptDate Answered: 05/23/1997 Grade: C Views: 0
How can I change the case statement in the while loop looping? can you show me the source code for this question?
Zones: PascalDate Answered: 12/13/1998 Grade: C Views: 0
for (loop=1; loop < div0.children.length; loop++) { if loop++ increments a for loop, how do you decrement it?  and how do you specify the increment to be greater than 1?
Zones: JavaScriptDate Answered: 03/23/1999 Grade: B Views: 0
There is utility text2pdf which converts text file to pdf file. Format for conversion is:- text2pdf readme.txt > readme.pdf Output is  readme.pdf for further information u can see site:=p...
Zones: Windows NTDate Answered: 11/03/1999 Grade: B Views: 0
I have a couple hundred roles in a database (SQL Server 7.0) that each have one user named 'tester1'. I want to delete all of the roles, but of course need to delete the users out of the roles f...
Zones: MS SQL ServerDate Answered: 06/09/2000 Grade: A Views: 13
I'm a novice programmer using VB6 /w ADO controls & connections & Crystal control w/ Access DB. Tables capture data to pass to the Crystal Print Engine (CRPE). My print report code works /w hard co...
Zones: VB DBDate Answered: 07/24/2000 Grade: A Views: 4
have the following loop creating error: while( fgets( line1, 256, parse1 ) ){                   //ptr1=strtok(line1,"|");             int i;             i=1;             for((ptr1[i]=strtok(line1,"|")...
Zones: CDate Answered: 08/16/2000 Grade: A Views: 0
I need to know how I can loop thru arrays using this format using javascript. rs1 = new Array("a","b","c","d","e") rs2 = new Array("f","g","h","i","j") rs3 = new Array("k","l","m","n","o") rs...
Zones: JavaScriptDate Answered: 10/18/2000 Grade: A Views: 0
Instead of using 'max(date)' I would like to check if todays date occurs in a column. If not, go back a day and check again, and loop until I find a date that exists (giving the same result as max(...
Zones: SybaseDate Answered: 12/13/2000 Grade: A Views: 0
I'm new to javaScript and I don't quite understand the For loop syntax. I was expecting the following code to loop just once, and then exit - but it seems to go on forever. Please can someone...
Zones: JavaScriptDate Answered: 01/17/2001 Grade: A Views: 0