What are all the different methods you can out in a string? By methods I mean functins (e.g. lcase(MyString)) I know this is incredably stupid but i dont have a VB book and i just wantd to know. What are all the functions?
Printable View
What are all the different methods you can out in a string? By methods I mean functins (e.g. lcase(MyString)) I know this is incredably stupid but i dont have a VB book and i just wantd to know. What are all the functions?
You don't need VB, just an internet connection. Then you can access MSDN online, and lookup all the VB intrinsic functions.
Here's a link that starts with the first function dealing with strings, the Asc() function (which returns the ASCII value of a character in a string). The rest of the functions are listed on the left, so you can just browse them and look at their definitions:
http://msdn.microsoft.com/library/de...asp?frame=true
Thanks.....why do i post these topics? I makes me look dumb :(
No worries! Asking questions is a good way to learn.