You are not logged in.
Announcement
Unanswered posts
|
Hi skatpally,
You can do the following:
DSLink3.col1.substring(0,3).
In Java, the index of the first character is 0, not 1.
Hi Guys,
I have a question regarding substring function. I am trying to extract first 3 characters from column.
Following is the function i am using. StringHandling.substr(DSLink3.col1,1,3). I am getting error.
Thanks for help