could you explane to me this:
create package src
is
subtype Con is varchar2(25)
ctype_default constant Con :='value1';
spec constant Con :='value2';
body constant Co...
http://www.experts-exchange.com/Database/Oracle/Q_20178067.html
Zones:
OracleDate Answered: 09/06/2001 Grade: A Views: 0
Hi!
Has anybody an idea how to define a string constant wich contains nonprintable characters, i.e. , CR-LF
Const X="Hello!" & Chr(13) & Chr(10) & "How do yo do!"
does not work
Saso
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20192476.html
Zones:
Visual BasicDate Answered: 10/12/2001 Grade: A Views: 0
Can I (and if i can, how?) declare a constant in a header file. Or must I declare all my consts in the .cpp file? I'm using microsoft visual c++ and including a const in a header file gives an erro...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20452545.html
Zones:
C++Date Answered: 01/11/2003 Grade: B Views: 14
new to programming this is driving me nuts.
can't seem to define a constant.
thanx
=======================================================
#include<iostream>
using namespace std;
#defin...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20517892.html
Zones:
C++Date Answered: 02/18/2003 Grade: B Views: 0
hi ,
Canany body explain how i can use a constant variable inside a class . I cant assign value to it inside the class ,so how do i do it ? If i use a member function to initialize its value ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20520404.html
Zones:
C++Date Answered: 07/27/2003 Grade: A Views: 0
The API SendMessage function has got to be one of the best overall functions to use, giving us a that little extra something to make interfaces really shine and work well, and so easy to impliment....
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20562714.html
Zones:
Visual BasicDate Answered: 04/01/2003 Grade: A Views: 0
Im trying to program the find function through an activex component and need to use the xlprevious and xlcolumns key words in the find method. As the application im using doesnt recognise these i n...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_208...
I have an existing application written in Java which has a large number of classes with lists of various constants E.G. TRANS_OPEN=0, TRANS_CLOSED=1 (in fact they are repeats of what stored in DB t...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20986106.html
Zones:
C#Date Answered: 05/16/2004 Grade: B Views: 0
Hi all,
I am creating 2 new different types of project. One is Windows Application while another one is Class Library. I would like to share some constants between these two projects. How can ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21055891.html
Zones:
C#Date Answered: 07/12/2004 Grade: A Views: 0
Is there a simple way to convert an intrinsic VBA constant (ie ppAnimTypes, ppEntryEffect) from the numeric value to the named value
without having to write a long Select Case routine that lists a...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21447139.html
Zones:
Visual BasicDate Answered: 08/11/2005 Grade: A Views: 0