S|cK
May 5th, 2005, 12:04
Hi guys, i'm currently "in training" with smartcheck and i'm trying to understand the most of it. I've looked on google for some help or tutorials but no luck, same in Smartcheck help menu (F1)
So here's my problem, I just need to know what VB do in codelike when smartcheck shows the following events :
Len(String:"ASDJSAHDA..."
returns LONG: 33 // VB: Str = Len(Str) = 33
Long (33) --> Integer (33) // ???
Integer (120) --> Byte (120) // ???
Integer (80) --> Byte (80) // ???
Integer (114) --> Byte (114) // ???
Integer (56) --> Byte (56) // ???
... 34 of those lines with different number then :
Integer (0) --> Byte (0) // ???
Is VB declaring variables, converting them or something ?? I just need to clear that out :/
Thanks !
So here's my problem, I just need to know what VB do in codelike when smartcheck shows the following events :
Len(String:"ASDJSAHDA..."

Long (33) --> Integer (33) // ???
Integer (120) --> Byte (120) // ???
Integer (80) --> Byte (80) // ???
Integer (114) --> Byte (114) // ???
Integer (56) --> Byte (56) // ???
... 34 of those lines with different number then :
Integer (0) --> Byte (0) // ???
Is VB declaring variables, converting them or something ?? I just need to clear that out :/
Thanks !