> Hi All,
>
> Can you please tell me how many arguments I can
> pass as values in properties file.
>
> waiting for your quick reply...
>
> Thanks in Advance,
> siri.
Now that I've replied quickly, we don't typically associate "passing values" and "properties file". Are you having some problem with reading in properties? Please provide some foundation to your question.
~
I am asking how many arguments i can put in value in properties file..
example:
Exception.properties file is there in that I am having some key value pairs..like
NOF={0}record not found in {1}table.
AIB=Array index out of bound exception.
like {0},{1} at the most how many parameters I can pass?
clear for you,now please tell me..waiting for your reply.
Thanks,
siri.
> I am asking how many arguments i can put in value in
> properties file..
>
>
> example:
> Exception.properties file is there in that I am
> having some key value pairs..like
>
> NOF={0}record not found in {1}table.
> AIB=Array index out of bound exception.
>
> like {0},{1} at the most how many parameters I can
> pass?
As many as you want.
Kaj
> I am asking how many arguments i can put in value in
> properties file..
>
>
> example:
> Exception.properties file is there in that I am
> having some key value pairs..like
>
> NOF={0}record not found in {1}table.
> AIB=Array index out of bound exception.
>
> like {0},{1} at the most how many parameters I can
> pass?
>
If you (or whatever is implementing this idea) are using the MessageFormat class to do this work then you are limited to 10. (0 - 9)