
major difference between procedural and object oriented language.please any one ask me..........

Okay, jaya, what is difference between them? My disambiguation is that procedure is process of coming to an object and orientation is only directing towards object!!!!

Java and Chaldea in Funtepoz! Can you make it? VBA UDF to write in javascript or C++ or php or ....?
Function Tryme(mycell) mylen = Len(mycell) For j = 1 To mylen mytest = UCase(Mid(mycell, j, 1)) If InStr(1, "AIJQY", mytest) > 0 Then mysum = mysum + 1 ElseIf InStr(1, "BKR", mytest) > 0 Then mysum = mysum + 2 ElseIf InStr(1, "CGLS", mytest) > 0 Then mysum = mysum + 3 ElseIf InStr(1, "DMT", mytest) > 0 Then mysum = mysum + 4 ElseIf InStr(1, "EHNX", mytest) > 0 Then mysum = mysum + 5 ElseIf InStr(1, "UVW", mytest) > 0 Then mysum = mysum + 6 ElseIf InStr(1, "OZ", mytest) > 0 Then mysum = mysum + 7 ElseIf InStr(1, "FP", mytest) > 0 Then mysum = mysum + 8 End If Next j Tryme = mysum End Function