Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to join sub strings in UFT without using join built-in function?
#1
Solved: 5 Years, 9 Months, 2 Weeks ago Smile 
write a program to print "Hello World" as "Hello+World" without instr,Replace or join
please help
Reply
#2
Solved: 5 Years, 9 Months, 2 Weeks ago
There can be several ways. Here is one - 


Code:
strMsg = "Hello World"

aMsg = split(strMsg)

msgbox aMsg(0) & "+" & aMsg(1)
Want to fast track your QTP/UFT Learning? Join our UFT Training Course
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  What are different types of Function we define in UFT? amit25007 1 3,092 03-09-2016, 09:08 PM
Last Post: supputuri
  Parametrize and Concatenate Strings Aisha2015 1 1,906 08-13-2015, 08:45 AM
Last Post: Ankur
  Calling a Function in Function Library when function is defined in an Action jitenderkkr 0 2,767 11-27-2014, 12:53 PM
Last Post: jitenderkkr
  How to retrieve a value from a table if the application is built in power builder. deepakmehta82 1 2,669 04-26-2013, 07:58 AM
Last Post: shaj
  VB script Coding with strings. Tejas Tikhe 4 3,272 09-11-2012, 11:37 PM
Last Post: DevilkID

Forum Jump:


Users browsing this thread: 1 Guest(s)