Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
String Concatenation
#1
Not Solved
Hi All,

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

Actual Code:
Code:
If [b].WebTable[/b](""&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.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to have a variable that has a string comma string .. shareq1310 5 4,772 11-09-2011, 03:33 PM
Last Post: parminderdhiman84
  Concatenation operator in Vbscript sk.aravind 7 5,735 09-14-2010, 08:31 PM
Last Post: lotos
  string function to get a letter from a string ajay.r1982 3 7,343 06-30-2009, 08:58 PM
Last Post: Ankur

Forum Jump:


Users browsing this thread: 1 Guest(s)