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 |
What is the difference between COM and DCOM?
9 Answers 7 Seas, American Infoserv, Microsoft, SRMSCET,
What are the differences between a standard module and a class module?
What is the use of debug Window?
Difference between Dynaset and Snapshot?
Why can't I use an index with my VB accessed database?
what component is used in vb to link to the database?
How can you Add API functions to your Application?
What is the Dll required for running the VB?
what are the Types of ActiveX Components in VB?
Which method is preferred to save datas like database?
What is ADO?
How many objects resides in ADO ?
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)