hello friends,
I have s small problem, say if I declare a variable as
String name="miraj";
now i want to use the value of the variable name, that is "miraj" and create a file using that name, which means something like miraj.txt ...
how do I do it? The part that i don't get is the method by which i could extract the part "miraj"??
would really appreciate your help :)