Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to extract numeric values
#4
Solved: 11 Years, 4 Months, 3 Weeks ago
Try this :-

Code:
str = "123 456 786"

a = split(str," ")

For i = Lbound(a) to Ubound(a)
  Print a(i)
Next
Reply


Messages In This Thread
How to extract numeric values - by hamzaz - 04-18-2012, 04:46 PM
RE: How to extract numeric values - by sshukla12 - 04-18-2012, 06:00 PM
RE: How to extract numeric values - by ssvali - 04-26-2012, 03:15 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to extract particular digit from a string amit25007 3 3,504 10-05-2016, 10:49 AM
Last Post: Ankur
  Unable to read numeric values from WebTable into Datatable Akhila 2 4,763 11-26-2013, 03:43 PM
Last Post: Akhila
  How to extract part of a string between two particular characters. ACCBAJPA 7 5,940 08-22-2013, 02:39 PM
Last Post: ACCBAJPA
  XML Data read and extract output in an array SweetyChowdhury 9 7,863 05-10-2013, 03:05 PM
Last Post: SweetyChowdhury
Exclamation how to check if the string's format is alphabetical or numeric lotos 6 15,505 10-07-2010, 08:54 PM
Last Post: lotos

Forum Jump:


Users browsing this thread: 3 Guest(s)