Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help on this function
#2
Solved: 10 Years, 9 Months, 1 Week ago
Hi,
Really i have spent more than 2 hours and finally i have get the conclusion
use this function

Code:
Function fbtwds(p,p1,p2)
l=len(p)
l1=len(p1)
l2=len(p2)
if1=instr(1,p,p1)
m=right(p,l-(if1+l1-1))
m=trim(m)
ml=len(m)
if2=instr(1,m,p2)
m=left(m,if2-1)
msgbox m
End Function
call fbtwds("abdul kalam is scinetist and former president","kala","and")
incase if u have duplicates in a variable "p" then proceed the same operation until u get the correct one....

Please let me know if i am going in wrong direction..
Reply


Messages In This Thread
Need help on this function - by faqtest2009 - 10-29-2009, 07:26 AM
RE: Need help on this function - by venkatbatchu - 10-29-2009, 05:54 PM
RE: Need help on this function - by faqtest2009 - 10-29-2009, 11:37 PM
RE: Need help on this function - by Saket - 10-30-2009, 10:14 AM
RE: Need help on this function - by faqtest2009 - 10-30-2009, 11:18 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Calling a Function in Function Library when function is defined in an Action jitenderkkr 0 2,781 11-27-2014, 12:53 PM
Last Post: jitenderkkr
  How can I fetch server time using function Now or any other function? blanchedsouza 2 4,853 11-07-2009, 08:34 PM
Last Post: Ankur

Forum Jump:


Users browsing this thread: 1 Guest(s)