2
Reply

How to write this statement into javascript?

Brijesh mandaliya

Brijesh mandaliya

Oct 22 2010 8:59 AM
2.1k
Hello,
How to write this statement into java script

This code writing in c# now i am implemented in java script
 
string strTemp=124:1000;3200;12555;

 int ind = strTemp.Length - 1;
 strTemp = strTemp.Substring(0, ind - 1);

Thanks & Regards,
Brijesh Mandaliya

Answers (2)