Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to extract numeric values
#3
Solved: 10 Years, 10 Months ago
If the values are seperated by space use delimiter as space and split the string.
E.g. str = "123 456 789"
strArr = Split(str," ")


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 Shridevi.Salagare - 04-20-2012, 03:12 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,296 10-05-2016, 10:49 AM
Last Post: Ankur
  Unable to read numeric values from WebTable into Datatable Akhila 2 4,495 11-26-2013, 03:43 PM
Last Post: Akhila
  How to extract part of a string between two particular characters. ACCBAJPA 7 5,441 08-22-2013, 02:39 PM
Last Post: ACCBAJPA
  XML Data read and extract output in an array SweetyChowdhury 9 7,405 05-10-2013, 03:05 PM
Last Post: SweetyChowdhury
Exclamation how to check if the string's format is alphabetical or numeric lotos 6 14,717 10-07-2010, 08:54 PM
Last Post: lotos

Forum Jump:


Users browsing this thread: 1 Guest(s)