On GameFAQs: The top 10 natural laws ignored in games
2 Resources for

option statement

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Brush up on option statements in VB.NET
Needs More DetailIt would be nice if you filled in some detailed examples of what each option statement will do. For example, the code:for x = 1 to 100 'do somethingnextwould be ok if option is off, otherwhise you would need to do:dim x
Tags: feedback, Option Compare, jetter, Microsoft Visual Basic.Net
Discussion threads 2006-11-10
Brush up on option statements in VB.NET
In this tip, Irina Medvinskaya looks at the three option statements that are supported in VB.NET: Option Explicit, Option Compare, and Option Strict. If you want to properly utilize VB.NET, it is very important to understand option statements. The following is a quick overview of the three ...
Tags: Microsoft Visual Basic.Net, Irina Medvinskaya, Microsoft development tools, .NET, Programming languages, option statement, Option Compare, Option Strict, Option Explicit, Visual Basic Tips Newsletter, Development Tools, Software Development, Software/Web Development
Technical articles 2006-11-09

Additional Resources

Evaluating Accounting Software: Print a Financial Statement to the Screen
The process of printing a financial statement to screen can be very revealing. To start with, this allows you to see how many default financial statement formats come standard with the system. Some products provide a balance sheet and income statement while others provide numerous standard reports including a Statement...
Tags: Accounting, Financial, Financial Statement, Financial Statements, Financial Accounting, Financial Planning, Finance
White papers
Using the SAS Output Delivery System and PROC TEMPLATE to Create XHTML Files
SAS 8.2 introduced the ODS MARKUP statement, allowing users to export to a variety of markup languages, including HTML, XML and XHTML. The ODS MARKUP statement uses essentially the same syntax as the deprecated ODS HTML statement, except for the addition of TAGSET= option. The value of this option determines...
Tags: SAS Institute, TEMPLATE Procedure, Xhtml, Scripting Languages, Software/Web Development, Web Development
White papers 2007-05-14
WHERE Vs. IF Statements: Knowing the Difference in How and When to Apply
When programming in SAS, there is almost always more than one way to accomplish a task. Beginning programmers may think that there is no difference between using the WHERE statement and the IF statement to subset the data set. Knowledgeable programmers know that depending on the situation, sometimes one statement...
Tags: Statement, SAS Institute, Development Tools, Software Development, Software/Web Development
White papers 2006-02-28
show all
SQL statement I am creating a where statement showing not like fields. But I want to show all in the range. ie. combo = fcitem = fc, reNot like statement will show item re, but I want to view the fc alsoNot like what?for example if you have the values...
Tags: Programming languages, cjconnell@...
Q&A 2006-08-14
Vision Statement Mentor (msi)
Vision Statement Mentor guides you through the steps of creating core values statements and vision statements for your church and ministries. A church vision statement or ministry vision statement is a tool to help you communicate the vision which God has entrusted to you. A vision statement can invoke passion...
Tags: Vision, Vision Statement, Rohawk, Strategy, Management
Software downloads 2008-02-29
The Power of the BY Statement
When used to its fullest potential, the BY statement can save time and effort, and add clarity and simplicity to SAS programs. It can make complex coding problems simple or accomplish in one pass what would otherwise require multiple passes of the data. Unfortunately the full power of the BY...
Tags: Statement, SAS Institute
White papers 2007-05-14
Xamining the X Statement (and Some Other Xciting Code)
The X statement has been briefly documented for years in the SAS Language Guide. However, the usage of this statement in code appears uncommon and its power is underutilized, especially by the novice programmer. This statement can be used to issue operating system commands during an interactive SAS session, consequently...
Tags: Statement, SAS Institute, X Statement
White papers 2006-02-28
ah, yea..... ???? ?:| but...
Question: Who is we?Ok, I'll answer, but than you let us in on the what and why and who. Fair enuf?->How often do you read the IT news on the internet? -Daily, but exclusively, I also read the tech journals, and mags.->What is your favorite IT news website?...
Tags: information technology, IT News, IT news website, survey, revpayb@..., off-topic, Web site
Discussion threads 2006-06-12
IF statement in Excel
I am creating an IF statement and would like to place the results into another cell. Is this possible? I would like the formula to do the following: in cell E4 place the IF statement. I want to determine if cell E3 is
Tags: cell, Microsoft Excel, software, white2golf@...
Q&A 2006-08-09
Financial Statement Pro (exe)
The Financial Statement Pro is easy to use, step-by-step software that quickly calculates net worth. The Financial Statement Pro's statement of financial condition replaces the hard to read, hand written or spreadsheet based financial statements that typically do not reflect your proper net worth.The Financial Statement Pro software was developed...
Tags: Software, Financial, Financial Statement, Financial Condition, Interactive Software Solutions, Financial Statement Pro, Financial Statements, Financial Accounting, Financial Planning, Finance
Software downloads 2008-07-10
Help with possible IF statement
I am trying to set something up in excel. I currently have each class and a list of students taking that exam on separate tabs. I now want to set up a tab where it will give me the exam schedule for that one student. I thought...
Tags: maryooo99@...
Discussion threads 2007-06-04
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
General SQL Parser .NET version (zip)
General SQL Parser is developed to help people who want to check syntax of SQL statements, pretty print out SQL statements, and parse SQL statements into parse tree in their program. It can also provides more detail information about a SQL statement such as statement types (Select, insert, update, delete...
Tags: Microsoft .NET, Statement, SQL, General SQL Parser, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
Software downloads 2006-12-07
Create a Personal Work/Life Balance Mission Statement
Much like a corporate mission statement, personal mission statement defines who the individual is, what he or she is all about, and why he or she is on this earth. Why there is a need for personal mission statement? There are three important reasons: It helps to make difficult decisions...
Tags: Mission Statement
White papers 2007-12-01
Avoid program bugs with Optional Explicit
This week's Visual Basic newsletter describes how you can avoid program bugs by utilizing the Optional Explicit statement. Have you run into any issues with explicit declarations? If so, do you find the Option Explicit statement a good workaround for the problem outlined in this tip? If you aren't subscribed...
Tags: Microsoft Visual Basic, Newsletter Editor, Option Explicit, programming
Discussion threads 2004-12-02
Statement Tracer for ODBC (exe)
Statement Tracer for ODBC is an effective and easy-to-use solution for debugging programs interfacing with the ODBC. Statement Tracer presents SQL requests history log for any ODBC application. You don't have to ask your database administrator for help or to browse huge trace files every time when you want to...
Tags: ODBC, Databases, Enterprise Software, Software, Data Management
Software downloads 2005-06-15
Excel; If statement and if true divide the value into 2 seperate columns
I need to figure out how to combine an IF statement with some other kind of statement not sure. I put for column U13:=IF(C15="Both", T14*0.34, T14*0)For column V13:=IF(C14="Both", T13*0.66, T13*0)I end up with a value in either V13 or U13 and then a 0 in the column with no value.
Tags: excel, if function, ltraylor@..., Microsoft Excel, software, windows
Discussion threads 2007-02-27
Repetitive Statement Generator (zip)
This utility creates repetitive code statements. Generally, you will use it when you want to generate same code statement over and over again but each time with a different value for variables in the statement. Place values of all variables in a tab delimited text file before using this program....
Tags: Statement, Variable
Software downloads 2005-07-01
  • << Previous
  • page 1 of 1
  • Next >>


Quick Guide: Windows Group Policy
One way for help desk technicians and network administrators to reduce help desk calls and protect their networks is to limit the damage curious users ...
Buy Now
TechRepublic's Data Protection Policy
Your organization is subject to a mix of strict legal, ethical, and self-imposed mandates that protect all of the organization's information, records, ...
Buy Now