Features
      Ask DevGuru
      ASP Resources
      Find the Bug
      Knowledge Base
      Links
      Tips of the Week
      Tutorials
  Products
      dgCalendar
      dgCharge New!
      dgChart New!
      dgFileUpload
      dgReport New!
      dgSort
      dgTree
  Site
      Authoring
      Coming Soon
      DevGuru Resume
      Link to Us
      Merchandise
      Sponsorships
      Testimonials
      What's New
  Technologies
      ADO 2.6
      ASP
      CSS2
      HTML
      JavaScript
      Jet SQL
      Transact-SQL Syntax
      VBScript
      WML
      WMLScript
      WSH
      XML DOM

              











OPERATOR:   &

Implemented in version 1.0
 
 &
 
The & operator is the preferred operator for concatenating strings. However, the + operator may also be used for concatenation.
 
Code:
<% cheese=" is made of blue cheese." %>
<% sentence="The moon" & cheese & " Mice like blue cheese." %>

 
Output:
The moon is made of blue cheese. Mice like blue cheese.


Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information