PPRuNe Forums - View Single Post - Search Function
Thread: Search Function
View Single Post
Old 3rd Sep 2010, 08:51
  #4 (permalink)  
tail wheel
Moderator
 
Join Date: Jan 1996
Location: Utopia
Posts: 7,447
Received 231 Likes on 123 Posts
concatenated:
In computer programming, string concatenation is the operation of joining two character strings end-to-end. For example, the strings "snow" and "ball" may be concatenated to give "snowball". In many programming languages, string concatenation is a binary infix operator.

For example, the following expression uses the "+" symbol as the concatenation operator to join 2 strings:

print "Hello, " + "World"; produces the concatenated string "Hello, World" by joining those 2 strings.
Yes JT, clear as bl00dy mud!

I'll see you over in the Mod House and for that high falutin' technical talk in this Forum, its your shout!
tail wheel is offline