Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need Answer
#2
Not Solved
Hi Ravi,

First assign all the data you need to variable x: as follows
x ="ravi,password,10032012,Deniver"

'''once you are into function split the x value seperated by delimitor ,
Code:
Function(x)
x=split(x,",")
''Now x(0) has value 'ravi"
''x(1) has value  "password" etc. You can use these values in the function,

End Function.
Reply


Messages In This Thread
Need Answer - by ravi.chimmili - 10-03-2012, 07:37 PM
RE: Need Answer - by krr - 10-03-2012, 07:50 PM
RE: Need Answer - by krr - 10-04-2012, 11:15 PM
RE: Need Answer - by ravi.chimmili - 10-05-2012, 12:52 AM
RE: Need Answer - by krr - 10-08-2012, 07:38 PM
RE: Need Answer - by ravi.chimmili - 10-09-2012, 08:39 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)