<% intA = 3 sStrA = "Hello World" sStrB = "Hello World" + intA Response.Write sStrB %>

Showing Answers 1 - 4 of 4 Answers

kiran

  • May 28th, 2005
 

"Hello World" 3

  Was this answer useful?  Yes

Ramesha

  • Jun 3rd, 2005
 

It will show an Runtime error Type mismatch the reason is we are trying to add a string with an integer so we have to use & for the concatenation operator

  Was this answer useful?  Yes

qqq

  • Jul 29th, 2005
 

error. type dismatch

  Was this answer useful?  Yes

jaya chandra muni

  • Aug 11th, 2005
 

Error Type: 
Microsoft VBScript runtime (0x800A000D) 
Type mismatch: '[string: "Hello World"]' 
/1.asp, line 4 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions