function ConvertToUpperCase()
{
var result;
var numaric = "sonia";
var Character = numaric.charAt(0);
result=Character.toUpperCase();
//In Result char is coming in UpperCase
/[B]/I want how to replace the charater at postion 0 in numaric with result[/B]
}
sonia sardana -13 Posting Whiz
essential 84 Posting Shark Featured Poster
we evolve 0 Newbie Poster
essential 84 Posting Shark Featured Poster
sonia sardana -13 Posting Whiz
we evolve 0 Newbie Poster
Airshow 416 WiFi Lounge Lizard Team Colleague
essential commented: Nice execution, simple and elegant... +3
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.