Re: [Jython-users] Concating string and number..
by patrickchamberlain other posts by this author
Oct 14 2003 7:42AM messages near this date
Re: [Jython-users] Concating string and number..
|
[Jython-users] re: Creating Objects from XML Schemas
one way is
myString = "abc"
myNumber = 2
my concatenatedString = myString + string.atoi(myNumber)
patrick
On Mon, 2003-10-13 at 22:40, Vijay Mulimani wrote:
> Hi All,
> I have just started using Jython and do not have have a very deep knowledge about it. I am
facing problem in concatenating a string value with a numeric value.
> Example- The string is stored in a variable, and there is another variable which has a nu
meric value, I want to concatenate the string and numeric value.
> I tried but it's not as same as in Java.
> Some might find this Q as a very silly and basic !!! But help is appreciated.
>
> Thanks in advance.
>
> Vijay
>
> *********************************************************
> Disclaimer
>
> This message (including any attachments) contains
> confidential information intended for a specific
> individual and purpose, and is protected by law.
> If you are not the intended recipient, you should
> delete this message and are hereby notified that
> any disclosure, copying, or distribution of this
> message, or the taking of any action based on it,
> is strictly prohibited.
>
> *********************************************************
> Visit us at http://www.mahindrabt.com
>
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Jython-users mailing list
Jython-users@[...].net
https://lists.sourceforge.net/lists/listinfo/jython-users
Thread:
Vijay Mulimani
Jim Adrig
Jingzhao Ou
patrickchamberlain
patrickchamberlain
|