M
mtorres.f
Hi every one,
basically I need to solve this problem:
Dim c as String
Dim n as String
Dim Cojonudo as String
Public sub fff
c="Cojo"
n="nudo"
c & n = "whatever"
end sub
But this doesn´t work, any idea how can I create the variable based in
the other two.
Thanks
basically I need to solve this problem:
Dim c as String
Dim n as String
Dim Cojonudo as String
Public sub fff
c="Cojo"
n="nudo"
c & n = "whatever"
end sub
But this doesn´t work, any idea how can I create the variable based in
the other two.
Thanks