I have two string variables in which I'll be getting different string values, following that I'll compare both the values as character by character. So, I just wanted to assign those string values into array and split-up into single, single characters then will compare with each.

Can anyone give me small hint on this point? Just let me know the way to split up and usage of array, based on which I can design my own code properly.

Dim st1 As String, st2 As String
.
.
.
.