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 |
Binary Access-method isused to access file in which manner?
How do you avoid the "Invalid use of null" error when reading null values from a database?
What are the new events in textbox that has been included in VB6.0
How to use advanced data-bound controls.
How do you clear the current selected item from a drop down combo box?
What is instantiating?
How should dates be implemented so they work with other language and country formats?
__ no of controls in form.
How about Access 2.0 compatibility?
Explain what is Visual basic?
Explain about declaring variables in Visual basic?
what are the Differences between ActiveX Control and Standard Control?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)