Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
String Concatenation
08-26-2010, 09:22 PM
Post: #1
String Concatenation

Hi All,

I'm using this line of code in my script to check if object exists or not.

Actual Code:
If .WebTable(""&V_Object_Prop_1&":="&V_Object_Prop_1_Value&"",""&V_Object_Prop_2&":="&V_Object_Prop_2_Value&"" ).exist(0) Then

V_Object_Prop_1, V_Object_Prop_1_Value, V_Object_Prop_2, V_Object_Prop_2_Value are variables.

Instead of having .WebTable thing, I want to use another variable

V_Object_Type = 'WebTable'
V_Object_Type = "." &V_Object_Type.

I would really appreciate if you could please help me asasp with concatenation of this new variable with the rest of the string.

Thanks in advance.
Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  How to have a variable that has a string comma string .. shareq1310 5 604 11-09-2011 03:33 PM
Last Post: parminderdhiman84
  Concatenation operator in Vbscript sk.aravind 7 1,407 09-14-2010 08:31 PM
Last Post: lotos
  concatenation operator in vbscript sk.aravind 1 474 12-21-2009 12:07 AM
Last Post: Ankur
  string function to get a letter from a string ajay.r1982 3 1,501 06-30-2009 08:58 PM
Last Post: Ankur

Forum Jump:


User(s) browsing this thread: 1 Guest(s)