Mathematician
Registered User.
- Local time
- Today, 05:58
- Joined
- Nov 23, 2007
- Messages
- 17
Hi all,
Do You know maybe if there is any function (lets name it: "desired_function") in VB making from any list of characters the one string varriable?
I mean:
sub
dim I_am_text as String
I_am_text=desired_function(Here is the " " very different text. With number 444 and stupid things @#$%^~""""""". That would be cool)
' And when I give now:
msgbox(I_am_text)
' I will see msgbox on screen with the following string:
' Here is the " " very different text. With number 444 and stupid things @#$%
' ^~""""""". That would be cool
end sub
Thank You in advance for any help.
Mathematician
Do You know maybe if there is any function (lets name it: "desired_function") in VB making from any list of characters the one string varriable?
I mean:
sub
dim I_am_text as String
I_am_text=desired_function(Here is the " " very different text. With number 444 and stupid things @#$%^~""""""". That would be cool)
' And when I give now:
msgbox(I_am_text)
' I will see msgbox on screen with the following string:
' Here is the " " very different text. With number 444 and stupid things @#$%
' ^~""""""". That would be cool
end sub
Thank You in advance for any help.
Mathematician