TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ashot
NA
9
6.3k
Making A Config File
Dec 8 2011 9:59 PM
How can I do something like this...
I have two strings
String a;
String b;
Now I want to have a file called config.txt
In it something like this
A = "text here"
B = "text here"
And whatever is after the = gets set to whatever string... like A = "hi"
would set String a = "hi";
Can I do this?
Reply
Answers (
2
)
Array Over size Problem
% operator