Advertisement

1 - 10 of 428 containing alltags:("constant") (0.001 seconds)
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...
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
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...
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...
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 ...
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....
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...
Zones: Ms Office SuiteDate Answered: 02/19/2004 Grade: A Views: 0
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...
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 ...
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...
Zones: Visual BasicDate Answered: 08/11/2005 Grade: A Views: 0