Thread
:
Mailing Question
View Single Post
#
13
(
permalink
)
05-14-2008, 11:01 AM
v0id
Join Date: Apr 2007
Location: Denmark
Posts: 2,578
Last Blog:
CherryPy(thon)
Credits:
55
Rep Power:
28
Re: Mailing Question
You can concatenate strings using the
.
-operator.
Code:
$str = "some string"; $str .= " and some more string"; // $str: some string and some more string
__________________
CodeCall Blog
|
CodeCall Wiki
|
Shareware
|
Linux Forum
C/C++ resources
-
C/C++ frequently asked questions
Python resources
-
Python frequently asked questions
I'm always up for a chat, so feel free to contact me...
v0id
View Public Profile
Send a private message to v0id
Visit v0id's homepage!
Find all posts by v0id