Sponsored White Papers, Webcasts, and Downloads
Additional Resources
- Retrieving environment variables with VB.NET
- Links don't workOnly the form opens, the links to the two lists do not appear to workCode listings are displaying againDear ajandco,I apologize that the code listings were not displaying for several days; they are showing up now.Thank you,Mary WeilageAnd for the rest of us, here's the same thing for...
- Tags: ajandco@..., Environ, feedback, Microsoft Visual Basic.Net
- Discussion threads 2006-10-08
- Summing :Multi variable
- I need help in summing a string of data from a data set, array, with a 3rd variable. Example:I need to sum the YTD totals form a string of data in the nth row, that changes as the condition changesThanksErnis
- Tags: chipbabe@...
- Discussion threads 2007-02-18
- Hanging on by a STRING?: Using Functions to Untie Text Strings
- Almost every data programmer can give an example of a variable that, due to data entry requirements, has to be characterized as a text string. They can also describe how problematic they are when, prior to analyzing the data, find these strings need to be cleaned up, formatted and sometimes...
- Tags: SAS Institute, String
- White papers 2007-05-14
- Split String
- Dear all,I want to split a string into twoparts.How to do it?For example, If I assigned variable called usrnm having string "QWUSM0392".But I want to split into two parts or I need only "M0392" from the string.How can I get it?Will Mid or Replace function help for this?Please help...
- Tags: bsmgopal1984@..., programming, String
- Q&A 2006-07-30
- Split String
- Dear all,I want to split a string into twoparts.How to do it?For example, If I assigned variable called usrnm having string "QWUSM0392".But I want to split into two parts or I need only "M0392" from the string.How can I get it?Will Mid or Replace function help for this?Please help...
- Tags: QWUS\M0392
- Q&A 2006-07-30
- 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
- Simulate variable arguments in PL/SQL
- Variable IN ListOften, we need to pass variable arguments to "IN" clause. The most used workaround is to pass a string and split it inside PL/SQL to create a table that can be used as the expression for IN clause. This has a no. of limitations - e.g., it affects...
- Tags: Programming languages, Databases, clause
- Discussion threads 2005-06-15
- Replace all occurrences of a pattern in a string with VB.NET
- The Regex.Replace method allows you to replace a pattern in a string with a fixed string literal. This VB.NET tip describes how developers can use this method. When you need to find a certain pattern of a string and modify the text to hide the contents, you can...
- Tags: String, Microsoft Visual Basic.Net, Regex.Replace, Regex.Replace Method, Software Development, Software/Web Development, Irina Medvinskaya, Microsoft development tools, Programming languages, .NET, Developer, TechRepublic Inc., Newsletter, IBM Lotus Notes, Text, Visual Basic Tips Newsletter, Development Tools
- Technical articles 2007-05-31
- Can someone help me in my c++ activity about strings
- This is my basic c++ lesson and i am not good in programming. I am more on designing... Can someone make me a code in this following basic c++ programs? Thanks i'll w8 ur answers c")Problem 6. Write a function reverse(str1,str2) which copies str1 into str2 backwards. Here str1 is...
- Tags: alucardsol23@..., C++, programming
- Q&A 2006-03-16
- Is there still a need for Hungarian notation?
- I use Hungarian Notation :DHi.However IDEs can show a lot of info about variables, etc., the code is much easier to read when any sort of Hungarian Notation is used. For example, I work everyday with a variable named wUserId, where the "w" means ... I don't know. You might...
- Tags: bloparod@..., Hungarian Notation
- Discussion threads 2007-05-23
- Split String
- Dear all,I want to split a string into twoparts.How to do it?For example, If I assigned variable called usrnm having string "QWUSM0392".But I want to split into two parts or I need only "M0392" from the string.How can I get it?Will Mid or Replace function help for this?Actually I am...
- Tags: QWUS\M0392, Split String, bsmgopal1984@..., programming, String
- Q&A 2006-07-30
- Beginner - Crystal Report and VB - Help needed
- Hai,I am using vb6 and crystal report 8.5. I want to pass a parameter to the crystal report from VB. I used the following code from a book I referred. But it shows syntax error. Pl.guide me.crystalreport1.selectionformula="{servmst.mrtcd}='"&wmrtcd&"'"wmrtcd is the variable at run time for the parameter.SYNTAX ERRORIF WMRTCD IS A...
- Tags: Chr$, Help, information technology, meenasrs@..., Microsoft Visual Basic, programming, Syntax Error
- Discussion threads 2005-06-17
- VB: form name in variable
- During runtime I get the name of the form that has to open in a string variable. How do I open this form?example:dim tmpForm as stringtmpForm = xxxx ' Given during runtimexxxx.show ' xxxx must be a form object hereSo the question is how to create a object of the...
- Tags: Microsoft development tools, .NET, Programming languages, heiko.dewal@..., Microsoft Visual Basic, runtime
- Discussion threads 2007-03-19
- Convert String for C++ (zip)
- You should add quote at the start and end of a string line, replace quote inside the string with slash and quote, double slash, and add return and next line at the end of a string line. If you make some changes in the revised string, you have to iterate...
- Tags: C++, C/C++, Programming Languages, Software Development, Software/Web Development
- Software downloads 2006-09-06
- Converting numbers into formatted strings in VB.NET
- Irina Medvinskaya presents a simple way to convert the numbers into formatted strings in VB.NET. She also explains the difference between the two types of numeric format strings: standard and custom. Working with numeric values often requires the ability to convert these values into String values in a...
- Tags: Microsoft Visual Basic.Net, Irina Medvinskaya, Programming languages, Microsoft development tools, numeric format specifier, format specifier, Dim numInfo, format string, Visual Basic Tips Newsletter, String, numInfo, C/C++, .Net, Development Tools, Software Development, Software/Web Development
- Technical articles 2006-08-10
- DMI configuration
- Hello, does anybody know how to readout the DMI configuration in DOS mode without starting Windows at all?Using DMI236.EXEUse the command line DMI236.EXE /g /n /s[m|p|v|s] string |/c[m|v|s|a] string| /b[m|p|v|s] to save or update the DMI information. The parameters to add information are listed below:/g Save Manufacturer, Product Name, Version,...
- Tags: Network administration, richard.eisenhauer@..., Desktop Management Interface
- Discussion threads 2007-05-07
- java program
- blog rootI have to follow a Pseudo code, why, I'm not sure, would be easier to write it without it.but here is the Pseudo code layout:Payroll-input : Scanner +main(args [ ] : String)-calculateEarnings(employeeCount : int) : StringDEFINE local variable employeeCount, an integer and initialize it to 1DEFINE local variable employeeCountLimit,...
- Tags: Scanners, Java program, Java, iwlu10@..., employeeCount, hourlyPayRate, hoursWorked, System.out.println, grossPay END, programOutput A-2-07-2, String DEFINE
- Discussion threads 2006-09-22
- VB6 Tip: Create global properties to gain control over data storage
- This article originally appearedin the Builder.com Visual Basice-newsletter. Clickhere to subscribe automatically.Most programmers know that properties are the primary methodby which objects store data and make it available to the program. In VisualBasic, you add properties to a class definition by using Property Get and Property Letprocedures. But relatively few...
- Tags: data storage, global property, Microsoft Visual Basic 6.0, Peter Aitken, Property, Property Let, storage
- Technical articles 2004-12-03
- UNIX Scripting Question
- I'm trying to pull some text from a file using "grep", which is then saved as a variable. The variable is called, and the entire search string is translated fine, but the string itself contains other variables that are being treated as text, and not as variables. A...
- Tags: Unix, jeremy.roy@..., EIF
- Discussion threads 2007-07-24
- << Previous
- page 1 of 1
- Next >>