http://Dim asp as String. This is a ...functionality.
Last edited by Negative0; Feb 24th, 2010 at 11:43 PM.
Negative 0 Blog | RegEx | Encrypting UN/PW in Web.Config | Enabling ASP.Net on IIS 6 | Port Numbers | Creating GUIDs | Start->Run | Modifying the default class
Testing links to other threads: Visual Basic FAQ VB FAQ test
Last edited by RhinoBull; Mar 6th, 2011 at 10:42 AM.
Microsoft MVP - Visual Basic 2006-2013 Why VB clears the clipboard on startup and how to avoid it? . Filtering Arrays . Save File To Database . Extract File From Database . Extract picture from database without using hard drive . Change Menu BackColor . How to use MS Flexgrid . Make Frame Transparent . The Easiest Way to Create an NT Service With VB6 . How to comment blocks of code in VB5 and VB6 . How to find and replace missing members of control array Visual Basic 6.0 On-Line Documentation . Connection Strings
Testing the quick reply box... earlier got a message that my post "was too short," but it worked when I went to the full editor... Edit: hm, worked after turning off a newly-installed Firefox add-on.
The "too short" message is shown when your post has less than 4 characters (excluding things inside certain tags).
(Microsoft MVP from July 2007 to June 2017) . . . . . . . . . . Hitchhiker's Guide to Getting Help at VBForums Database Development FAQs/Tutorials (updated May 2011) (includes fixing common DB related errors, and [VB.Net] ADO.Net Tutorial, and [Classic VB] ADO tutorial /further steps) other useful DB bits: . Connection strings (alternative copy).•. MDAC/Jet/ACE downloads .•. SQL Server downloads . Classic VB FAQs (updated Oct 2010) (includes fixing common VB errors) some of my Classic VB bits: . Tutorial: How to automate Excel from VB6 (or VB5/VBA) .•. SQL 'Select' statement formatter/checker .•. Convert colour number to colour name .•. FlexGrid: fill from recordset .•. FlexGrid: AutoSize columns .•. DB Reserved Words checker .
Oh I know - I once wrote a reply as succinct as "No" and it said "too short", so that was pretty clear, but this time my post was about a paragraph long, so I assumed an error. Problem was on my browser and not the forum though.
I've had times when my post seemed long, but it was actually less than 4 characters - such as when there is lots of text inside Quote tags etc. That may be what happened with you, but then again it might have been something like a browser issue.
vb Code: Dim a As Single c# Code: string whatever = "hello";
Dim a As Single
string whatever = "hello";
Code: Dim a As String
Dim a As String
Forum Rules