" in an "

Joined
Nov 27, 2005
Messages
8
Programming Experience
10+
Ok, im making a language interpreter and I need to write to a file My.Computer.Keyboard.ToString() = "F", how do I do this because that itself is in a string
"My.Computer.Keyboard.ToString() = "F"", so it now thinks the F is a varible, an the second and third " are ending the string, how do I write it to a file without VB misunderstanding it?

Also is this even the right way to get input from the keyboard (in a dll)
 
Back
Top