1.

How will you reverse a String in VBScript?

Answer»

Using StrReverse function, whihc returns a String after reversing the sequece of the characters of the given string.



Discussion

No Comment Found