Enter Keywords:
1 - 10 of 12(0.009 seconds)
Sort By:
 
Currently, I'm displaying records of SOP30200.SOPTYPE Like INV* (each record has a SOP30200.MSTRNUMB) and I want to add a column that does the following below. Find the record with a matching SO...
Zones: Crystal Reports SoftwareDate Answered: 07/15/2005 Rating: 8.4 Views: 0
The ord function returns the ascii value for the character . $str = "o"; print ord $str; - returns 111 What will be the ord value for non-ascii character ? $str = "ó"; print ord $str; - r...
Zones: PerlDate Answered: 07/02/2002 Rating: 8.2 Views: 9
I made a menu containing things like A. Adding, B. Dividing and so on ... How to make a choice? How to deal with it? I have a varible called KEY_PR of char type. How to check what letter is in this...
Zones: C++Date Answered: 12/21/2002 Rating: 7.6 Views: 0
Last function till I start my program - ord. I read that Ord Returns the ordinal number of an ordinal-type value. I looked at the sample program, but it doesn't really make a lot of sense to me. ...
Zones: PascalDate Answered: 08/28/2003 Rating: 8.2 Views: 243
this is my function: <script language="JavaScript" type="text/javascript"> ord=Math.random()*10000000000000000; document.write( '<script language="JavaScript" src="http://ad.doubleclick.net/ad...
Zones: Web DevelopmentDate Answered: 10/24/2005 Rating: 7.6 Views: 0
Puuh..problems To make a long story short....I need to manipulate a SQL but I have certian "rules" to work under .. so (and this is important) : I cannot make changes to the SQL that is alread...
Zones: MS SQL ServerDate Answered: 09/22/2003 Rating: 9.0 Views: 0
Hi I am trying to strip a company name from a share description I have been trying to use regex but its not giving the results I want- please help!! For example: 888 test Ord.05p 888 test ...
Zones: C#Date Answered: 01/24/2007 Rating: 8.2 Views: 0
How can I use the ord(readkey) funtion, to use the enter key. I've got a menu  Input  Edit  Print  Exit I've got it to work with the arrowkeys, but how can I let the user to press the en...
Zones: PascalDate Answered: 11/03/2003 Rating: 7.4 Views: 37
Dear Experts, I'm trying to convert the follow PHP function to VB.NET equivalent, can any of you help pls? === PHP ==== function convert($text, $key = '') {     // return text unaltered if...
Zones: PHP, MS Visual Basic, Visual...Date Answered: 08/02/2007 Rating: 8.2 Views: 0
I am converting php code to python and i have run into a problem.   File "<pyshell#90>", line 1, in <module>    test("My string")   File "C:/text.py", line 8, in test     o += ord(n[i-1:1]) *...
Zones: PythonDate Answered: 12/20/2008 Rating: 9.3 Views: 0