1
Replace ” with ” in AS/400 string
Hi i have a string and want to replace all occurance of ” with “.Please let me know how can i accomplish this .
Answer Question
| May 2, 2011 6:18 PM
AS/400, As/400 Object, RPGLE, String name
Hi i have a string and want to replace all occurance of ” with “.Please let me know how can i accomplish this .
null v/s ” “(empty string) in Java
what is the difference between null string and emty string(” ” ) in java? String name; if(name == null || name == “”) { } wat is the meaning of the abouve if statement?
Answer Question
| November 22, 2010 5:11 AM
Java, Java code, Java developers, NULL, String name
what is the difference between null string and emty string(” ” ) in java? String name; if(name == null || name == “”) { } wat is the meaning of the abouve if statement?
Combine (concatenate?) in Access~special circumstances
Hi, I need to be able to combine (concatenate?) fields in Access so that each item in Field 1 is joined to each item in Fields 2 thru 5. I have tried to illustrate this in the samples below… In the samples below, Account code is in Field 1… String(s) to be added are in [...]
Answer Question
| August 6, 2010 12:28 PM
Access, Access Controls, Access Functions, String name
Hi, I need to be able to combine (concatenate?) fields in Access so that each item in Field 1 is joined to each item in Fields 2 thru 5. I have tried to illustrate this in the samples below… In the samples below, Account code is in Field 1… String(s) to be added are in [...]
How can I get the name of a “String” variable/object returned to a usable string in my program ?
I have a function that takes ”String arg1″ as its single input argument. If I call this function passing a string myName to it to use as arg1, how can I get the characters “myName” stored in another string? In other words, I need to extract the name of the variable/object being passed, not its contents.
Answer Question
| April 20, 2010 7:37 PM
Java, Java development, java script, String name
I have a function that takes ”String arg1″ as its single input argument. If I call this function passing a string myName to it to use as arg1, how can I get the characters “myName” stored in another string? In other words, I need to extract the name of the variable/object being passed, not its contents.
1





