string manipulation.. in .net?

string manipulation.. in .net?

Anonymous
Not applicable
500 Views
2 Replies
Message 1 of 3

string manipulation.. in .net?

Anonymous
Not applicable

I hope someone can help me with this..



In VBA if I want to work with a string of text, all I have to do is..

dim MyString as string

mystring = ``hi``



Then I can do what ever I need to..



But i`m at a loss as to how to do this in .net..  or even if it is
possible.



Anyone?



--

Work: VISTA Business x32 - AMD 64 X2
Dual Core 4200 2.2GHz, 2 Gigs Ram, GeForce
6800GS 256MB


Home: VISTA Ultimate x32 - AMD 64 X2
Dual Core 6000 3.0GHz, 4 Gigs Ram, GeForce
8600GT 512MB


Laptop (17" HP): VISTA Premium x32 -
color="#000000">AMD Turion X2 Dual Core TL-50 1.6GHz, 1 Gigs Ram,
color="#666666">Nvidia GeForce 6150

0 Likes
501 Views
2 Replies
Replies (2)
Message 2 of 3

jbooth
Advocate
Advocate
Dim myString as String
myString = "Sample string value."

I don't think I understand why you are having problems.
0 Likes
Message 3 of 3

Anonymous
Not applicable

... ah..



damn it.   I was trying to find the string object in the autocad
object..  grr..



didn`t expect it to work ``exactly`` like that.. 



*goes and sits in the corner*



Work: VISTA
Business x32 - AMD 64 X2 Dual Core 4200 2.2GHz, 2 Gigs Ram,
color="#666666">GeForce 6800GS 256MB


Home: VISTA Ultimate x32 - AMD 64 X2
Dual Core 6000 3.0GHz, 4 Gigs Ram, GeForce
8600GT 512MB


Laptop (17" HP): VISTA Premium x32 -
color="#000000">AMD Turion X2 Dual Core TL-50 1.6GHz, 1 Gigs Ram,
color="#666666">Nvidia GeForce 6150





Jason Booth wrote:

Dim myString as String
myString = "Sample string value."

I don't think I understand why you are having problems.


0 Likes