Advertisement

1 - 10 of 127 containing alltags:("num") (0 seconds)
Hi, I use the following code to create 25 random numbers between 1 and 50:     for ($i=0; $i<=($N-1); $i++) {      $questions_ary[$i] = int rand (50) + 1;     } Is there any way to check...
Zones: PerlDate Answered: 02/15/2001 Grade: A Views: 0
Hello expert I am preparing for sql 9i exams . I am having a problem understanding when to use of to_char and to_num. Could please explain using a few of examples. thanks
Zones: OracleDate Answered: 08/29/2006 Grade: A Views: 236
Is there a way to determine if the CAPS & NUM lock is currenty on?  Also, when capturing a CAPS/NUM lock KeyEvent - is there a way to determine if you are turning it on or off?  Thanks.
Zones: JavaDate Answered: 09/03/1998 Grade: C Views: 5
I have an NT Workstation when it boots up it always has the Num Lock key by default.  We had a computer store take the machine to work on it and when it came back the Num Lock key does not stay on ...
Zones: Windows NTDate Answered: 10/09/1998 Grade: B Views: 0
I put page 1 of 10 at the bottom of my documents using the fields, but often the number of pages in the document doesn't print correctly, even though I've tried update field. However if a print ...
Zones: New UsersDate Answered: 06/30/2000 Grade: A Views: 0
I have a box for the user to input a phone number.  This box already has the "(" and "-" that will be added into the phone number.  So, I want the user to just input the numbers.  I am using patter...
Zones: ASPDate Answered: 11/19/2003 Grade: A Views: 0
Hi..... How can i trap for non numeric characters (zero's are alowwed)? An is_num sub would nice that returns a zero for chars and 1 for 0 to 100. regards Ricky
Zones: PerlDate Answered: 10/15/2003 Grade: A Views: 64
Hi experts,    If I don't define the "=" in my class myself, would it become a default one ??? e.g. class A{    :    :   public :    void funA() ;   } ; void A::funA(){    // b...
Zones: C++Date Answered: 01/20/2005 Grade: A Views: 0
Can anyone provide the necessary queries to return statistics such as MIN, MAX, the number of distinct as well as the number of NULL values for a column of a table. Thanks!! Sorry, for clar...
Zones: DB2Date Answered: 01/20/2006 Grade: A Views: 0
How can I covert this type of file name into numbers? AXBEXBZZF-HXZIXBA.txt
Zones: ProgrammingDate Answered: 01/26/2006 Grade: B Views: 0