In classic VB, if I wanted to limit the length of a UserName to 20 characters, I could do: sUserName = Left(sUserName, 20).
確定! 回上一頁