What is the return type of Instr and Strcmp?
Answers were Sorted based on User's Feedback
Answer / guest
Instr ? integer (Numeric position)
Strcmp - integer
( if both the string are equal they result = 0)
Strcmp (Str1, Str2, Comparetype)
Comparing mode = 0 ? Binary Comparing
1 ? Textual Comparing
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / cherran
?instr(1,"cherralathan","t")
9
?strcomp("aaa","aaa")
0
?strcomp("bbb","ccc")
-1
?strcomp("ccc","bbb")
1
Is This Answer Correct ? | 6 Yes | 2 No |
Answer / khadeer.k
for instr return type is int;
for strcmp return type is void;
Is This Answer Correct ? | 4 Yes | 4 No |
How can you filter out specific type of file using file system controls?
Write the Steps in Creating an ActiveX Control?
in vb6.0 can we use function keys (F1 to F12) in form_keypress event in a form which contains commandbutton (s) control? if yes, then explain me how it is possible. Thanks.
What are the Internet tools available in VB 6.0?
How would you create your application in DHTML?
Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?
In visual source safe if in middle of my program power was off and it was not save then wat will happen whether it will save or not? can any body tel me the answer for this.
Types of LockEdits in RDO.
I get a "file not found" error on the IIF function when I distribute by program. Why?
what is the difference between name property and caption property in visual basic?
HTML stands for What? Use of HTML ?
To connect the Data Control with Back end What are all the properties to be set?