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...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_21492037.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20317600.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20375786.html
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.
...
http://www.experts-exchange.com/Programming/Languages/Pascal/Q_20721837.html
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...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21597788.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20743584.html
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 ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22132760.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Q_20478585.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_22736461.htm...
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]) *...
http://www.experts-exchange.com/Programming/Languages/Scripting/Python/Q_24000198.html
Zones:
PythonDate Answered: 12/20/2008 Rating: 9.3 Views: 0