ConcatenateStrings – Concatenating an array of strings
‘ Concatenate the input strings, and return the resulting string. The first ‘ input string is used as a separator.” Example:’ Dim i As Integer = 4′ Dim d As
‘ Concatenate the input strings, and return the resulting string. The first ‘ input string is used as a separator.” Example:’ Dim i As Integer = 4′ Dim d As
When you start developing an application, the first thing you do in VS.NET is creating a new project and selecting its type: Windows Forms application, Class Library etc. However, it
Use this function for getting the 10th next element from an array with “circular” contents such as “Monday,” “Tuesday,” and so on: intCurrent = WrapIndex(Index:=intCurrent, _ Move:=+10, UpperBound:=6) You don
VB6 introduced a new Style=5-tbrDropDown of the Button object for the ToolBar control. In this case, you can add one or more ButtonMenu objects to the current Button. Unfortunately, you
function IsIE(){ var str=newString(Request.ServerVariables(“HTTP_USER_AGENT”)).toUpperCase(); return (str.indexOf(“MSIE”)>-1)?true:false;}if(IsIE()==false){ Response.Write (“”); } else{ Response.Write (“”); }
I first used this function in the VB4 days when CommandButtons didn
Have you ever had a zero-length string parameter fail when attempting to execute a stored procedure from ADO? You
This little bit of code keeps webmasters from having to update copyright dates at the beginning of every year. Put it in the body of your HTML. Don’t forget to