Jump to content

kelevr

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by kelevr

  1. 1053 <- someone know to solve this error if i try to start my own service?
  2. Is that possible? If yes, how?
  3. $Array = StringRegExp($File, '<tr class="reportrow" data-href="(\d+)"><td>.+</td><td>.+</td><td>.+</td><td>(.+)</td></tr>', 3) _ArrayDisplay($Array,"") There is a (d+) and a (.+). ArrayDisplay show it me all in 1 Col. 1|int 2|word 3|int 4|word 5|int 6|word But I want it like this way 1|int|word 2|int|word 3|int|word How will it possible?
  4. Are there any UDFs which can do this or something like this:
×
×
  • Create New...