C
csgraham74
Hi Guys,
Im trying to upgrade some code to asp.net but im getting a few errors
on a couple of sectionsL
they errors are in the following
in the above below it doesnt seem to like the string function:
lStrPadMessage = pStrMessage & Chr(128) & STRING((128 - (lLngLen Mod
64) - 9) Mod 64, Chr(0)) & STRING(4, Chr(0)) & Chr(lBytLenW(0)) &
Chr(lBytLenW(1)) & Chr(lBytLenW(2)) & Chr(lBytLenW(3))
in the code below asp.net vb doesnt seem to like the array code
lVarWordWAry(lIntT) = ARRAY(Asc(Mid(lStrWordText, 1, 1)),
Asc(Mid(lStrWordText, 2, 1)), Asc(Mid(lStrWordText, 3, 1)),
Asc(Mid(lStrWordText, 4, 1)))
any help or workarounds appreciated
thanks
CG
Im trying to upgrade some code to asp.net but im getting a few errors
on a couple of sectionsL
they errors are in the following
in the above below it doesnt seem to like the string function:
lStrPadMessage = pStrMessage & Chr(128) & STRING((128 - (lLngLen Mod
64) - 9) Mod 64, Chr(0)) & STRING(4, Chr(0)) & Chr(lBytLenW(0)) &
Chr(lBytLenW(1)) & Chr(lBytLenW(2)) & Chr(lBytLenW(3))
in the code below asp.net vb doesnt seem to like the array code
lVarWordWAry(lIntT) = ARRAY(Asc(Mid(lStrWordText, 1, 1)),
Asc(Mid(lStrWordText, 2, 1)), Asc(Mid(lStrWordText, 3, 1)),
Asc(Mid(lStrWordText, 4, 1)))
any help or workarounds appreciated
thanks
CG