Forum: Java Jan 4th, 2008 |
| Replies: 15 Views: 1,538 Understood.
Yes, I agree. |
Forum: Java Dec 30th, 2007 |
| Replies: 13 Views: 1,504 Hi nljavaingineur, I suggest you these things:
-Start a new thread for a new problem. It is related to this thread but you are using a different approach.
-Use code tags.
-Use proper alignment... |
Forum: Java Dec 16th, 2007 |
| Replies: 13 Views: 1,504 sOperator gets its value using this statement.
sOperator = (String) arg;
If your problem is solved, mark this thread as solved by clicking on the link below the last post in this thread. |
Forum: Java Dec 15th, 2007 |
| Replies: 13 Views: 1,504 This is your first post. But, the next time you post your code, please use code tags so that the users can view the code along with proper alignment.
if (isFixReg)
sText2 = (String) arg;... |