How To Create/WriteonScreen/Check/Compare Strings
Posted: Mon Apr 16, 2012 9:24 pm
I tried learning about arrays but i didn't see much in any documentation around.
My basic questions are
1. How do you create a string ?
In Java which i learned before it was String s = "ff"
Is it the same?
2. How to you Write the text on the screen at any part of the screen that you want? And also how do you set the Font and Font size for that text?
3. How do you compare strings to be the same or concatenate strings et?. String operations
4. How do you allow the user to type in text like a password or even
to write text on the screen.
and how do you grab that inputed text and perform checks or operations on it?
My basic questions are
1. How do you create a string ?
In Java which i learned before it was String s = "ff"
Is it the same?
2. How to you Write the text on the screen at any part of the screen that you want? And also how do you set the Font and Font size for that text?
3. How do you compare strings to be the same or concatenate strings et?. String operations
4. How do you allow the user to type in text like a password or even
to write text on the screen.
and how do you grab that inputed text and perform checks or operations on it?