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 are binary and project compatibility?
What are some methods you can use to send data from one VB executable to another one?
What do you mean by HTTP?
Difference between listbox and combo box.
Difference between DDE and OLE.
Can any one please suggest which institute is providing Advance Excel & VBA Macros in Excel training in Hyderabad.
what are the types of combo box?
What is the use of command Object?What are the various types of variables?
What is the purpose of the DoEvents command?
It possible to call OLEDB?s Features directly in VB without using any control?
How can I change the printer Windows uses in code without using the print common dialog? How can I change orientation?
Can you create a Updatecascade, Deletecascade relation in Ms- Access?
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)