Strings

View: New views
3 Messages — Rating Filter:   Alert me  

Strings

by Jude DaShiell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I tried Imports System.Strings and learned that that's not a member of
global system.  Trying Imports System.String though cleared that error.
Later I tried Dim OutputVar As String = String.Asc(MenuVar) and was told
that Asc wasn't a member of String. The original of Menuvar would have
been MenuVar = Console.Read() after it had been declared as a String and
set to empty.  Earlier today I read an example of converting a bit string
to characters with Getchars() and may not have the spelling or other
technical details 100% correct on that function yet. Are the Imports
objects documented anywhere I can read about them and find out what
functions live in which object?  I know with C I can use grep on libraries
like stdio.h and read up on functions that way.
_______________________________________________
Mono-vb mailing list
Mono-vb@...
http://lists.ximian.com/mailman/listinfo/mono-vb

Parent Message unknown Re: strings

by Jude DaShiell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yes thanks much it was the chr() function I needed and the only Imports I
needed to do for that was Imports System.


_______________________________________________
Mono-vb mailing list
Mono-vb@...
http://lists.ximian.com/mailman/listinfo/mono-vb

Re: Strings

by Rolf Bjarne Kvinge-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> Are the Imports objects documented anywhere I can read about them and find
out what functions live in which object?

http://msdn.microsoft.com/en-us/library/

for the string class:
http://msdn.microsoft.com/en-us/library/system.string.aspx

Rolf



_______________________________________________
Mono-vb mailing list
Mono-vb@...
http://lists.ximian.com/mailman/listinfo/mono-vb