On CBS.com: Win a trip to Africa
2 Resources for

variable declaration

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Reap the benefits of using VB ActiveX .dll files in Active Server Pages
Coauthored by Drew WutkaNobody likes to work harder than necessary, and you're probably no exception. So if we told you that a simple technique could make your ASP pages faster and more efficient, you'd probably be interested in learning more. The trick is to transfer much of your business logic...
Tags: Scripting languages, ActiveX/COM/COM+/DCOM, Middleware, benefit, Variable declaration, Susan Harkins, Microsoft ASP, ASP Page, ActiveX, dll file, Microsoft Visual Basic
Technical articles 2003-09-03
Script your way to smarter wireless content
WML provides almost everything necessary for wireless development, but what about programmatic control in the browser? Enter WMLScript, the JavaScript-esque language for the wireless community.WMLScript can be loosely termed as a toned-down version of JavaScript. If JavaScript can do wonders with your Web pages, WMLScript is just as capable of...
Tags: Wi-Fi, Scripting languages, Harshad Oak, wireless, Variable declaration, WML, Enter WMLScript
Technical articles 2002-08-07

Additional Resources

Learn PL/SQL: Declaring Variables, Named vs Anonymous Blocks
This is part 2 of a series on learning PL/SQL. If you are new to PL/SQL, you should read part 1 first. Also, check out the Article Index. Declaring VariablesWe'vespoken about the declaration section of a PL/SQL block. The declarationsection is the first section of a block....
Tags: Programming languages, Databases, PL/SQL, declaration section
Blog posts 2006-07-30
Avoid program bugs in VB6 with the Option Explicit statement
In Visual Basic 6, you can use a variable in code without declaring it. Some VB programmers tout this as an advantage of VB, but, in fact, it's a serious shortcoming. Peter Aitken explains why. Most programming languages, such as C and Fortran, require that you explicitly...
Tags: Microsoft Visual Basic 6.0, Microsoft Visual Basic, Peter Aitken, Microsoft development tools, Programming languages, Visual Basic Tips Newsletter, Variable, Development Tools, Software Development, Software/Web Development
Technical articles 2005-07-28
Multiple appln instance & Global variable
I have an application developed in VB6. This application has got a Global boolean variable declared in a VB Module in the project. Depending upon certain conditions the boolean varible is set TRUE or FALSE. Now when iam running a second instance of this same appln in same PC this...
Tags: daz1@...
Discussion threads 2005-05-23
Save time with VB6's Definition command
When you're working on a big project, it's easy to get bogged down and spend a lot of time looking at code. Check out how you can use VB6's Definition command to minimize how much time you have to pour over a variable declaration, a procedure's code, and so on....
Tags: Microsoft Visual Basic 6.0, Peter Aitken, Visual Basic Tips Newsletter, TechRepublic Inc., Command, Corporate Communications, Microsoft Development Tools, Construction, Programming Languages, Marketing, Development Tools, Software Development, Software/Web Development
Technical articles 2005-06-30
SciTE4D Text Editor (exe)
D language text editor with customized syntax highlighting, AutoComplete, code folding, customized building, pops up a list of the declarations in the current file, pops up a list of modules, selecting to jumps to the first line of the declaration, search for a declaration with an identifier equal to the...
Tags: Declaration, Chinese Blog
Software downloads 2008-03-17
Variable Data Email
I am producing Variable Data Printing projects with QuarkXpress and Creo Darwin. How do I repurpose these documents for variable email?
Tags: E-mail
Q&A 2005-09-04
On Exceptions and Rules: Best Practices for Where, When, and How to Handle Exceptions
If an exception is raised in the declaration section of one's block, that block's exception section cannot handle the exception. That doesn't seem right. Why does PL/SQL work this way, and what does it mean for the author's coding practices? If an exception is raised in the declaration section of...
Tags: Exception, Best Practice, Programming Languages, Team Management, Databases, Software Development, Software/Web Development, Management, Enterprise Software, Software, Data Management
White papers 2008-07-01
Enhance the administration interface when storing images in SQL Server
WOOT! I got it to work, BUT...I do have another question. Since the DisplayImage code just "flush"es the "b" variable which is full of the image data at the time, I'd assume that at that point the browser opens a new page, and starts streaming the pic. If...
Tags: .NET, Microsoft SQL Server, keeneydj@..., server, image
Discussion threads 2007-08-07
crystal report - group by sahred variable from subreport
I"m working with crystal report version11. I build a main report that calls to sub report , there is a shared variable that get his value in the sub report.I can see the value of the variable in the main report.I want to group by the data in the main...
Tags: yliat@..., main report
Discussion threads 2007-03-27
Determine class type with these 10 PHP variable testing functions
Unlike many of its counterparts, PHP is not a strictly typed language. Essentially, this means that a developer doesn't need to explicitly set the type (number, string, Boolean) of a variable before using it. Instead, the PHP interpreter automatically detects variable type based on the information stored within a variable....
Tags: PHP, Variable, Scripting Languages, Software/Web Development, Web Development
Download resources 2006-07-28
Jelly Context Variable
How to add a Context variable (which is a vector type in java & I want to display that content of variable in a row of a tabel tag in jelly swt through xml) content to table Tag in Jelly swt?
Tags: sandiponlyme@...
Q&A 2004-12-02
Storing and Using a List of Values in a Macro Variable
When using the macro language it is not at all unusual to need to manipulate a list of values. These may be a list of variables in a data set or even a list of data set names. Macro variables are often used to hold this list and there are...
Tags: Macro, Storage, Hardware
White papers 2005-03-09
Word 2003 Forms/Drop down boxes
I've been asked to create a form in MS Word. They want to be able to choose a plant location and then have an address box be automatically populated. Is there a way to capture the variable chosen in a drop down box and use it in this way? My...
Tags: Microsoft Visual Basic, Microsoft Word, djelliott@..., programming, ms word 2003, Microsoft Word 2003
Discussion threads 2007-02-09
Use of variables in hyperlink data type.
In MS Access, is there any way to use a variable in a hyperlink data type? For example, if I had a table called Movies and wanted a column that was a hyperlink to an online movie db such as Blockbuster, but wanted to link to a different movie for...
Tags: kathy_leach@...
Q&A 2005-05-06
Session Variable
Hello Everyone,I want to store the value in session variable But this is not working at the Server side.I am not able to access thisvalue in the vb code Plz suggest me what i can do for this?Otherwise what could be the other reasons that this value is not getting...
Tags: Scripting languages
Q&A 2006-06-01
temp variable too long
I am trying to install a program and receive the message "your temp variable is too long." How to I change the path of the temp variable so that Windows recognizes the new path?Thank youWandaright click my computer, select propertiesgo to the advanced tabclick on "environment variables"from here, you can...
Tags: Microsoft Windows, too-long
Q&A 2005-09-09
Variable names--can they be too short or too long?
People: ghost_75_24@... Variable names--can they be too short or too long?Everyone who's taken any type of programming class has had the obligatory lesson of creating variables. Going from chosing the type for a specific function all the down to the name being very descriptive of what the actual...
Tags: Development tools, Programming languages, Java, OPEN SOURCE, too-long
Discussion threads 2005-06-17
SmartVizor Variable Data Printing/Publishing (zip)
SmartVizor is a stand alone, extremely easy to use variable data printing application that runs on a Windows computer. It is one of the least expensive full-featured variable data printing solutions available today. You can use almost any database format with SmartVizorDbase (.dbf), Microsoft FoxPro (.dbf), Paradox (.db), Microsoft Excel...
Tags: Printing, Uccsoft, SmartVizor, Document Management, Enterprise Software, Software, Finance, Managerial Accounting
Software downloads 2008-09-24
  • << Previous
  • page 1 of 1
  • Next >>


Cisco IOS Command Chart (IOS v.12+)
Becoming proficient with Cisco equipment means remembering a whole new set of commands. These command charts give you a quick way to look up the needed IOS commands and switches when you need them.
Buy Now
Securing Home Networks
When you set up your own home network, you don't have the benefit of an IT staff that's dedicated to safeguarding your data and systems--it's up to yo ...
Buy Now

Fusion