Recent

Author Topic: (SOLVED) FindDelimiter  (Read 1928 times)

Raj Gupta

  • New Member
  • *
  • Posts: 34
(SOLVED) FindDelimiter
« on: April 19, 2019, 06:54:36 pm »
Which Unit contains the FindDelimiter Function.
« Last Edit: April 20, 2019, 05:08:44 pm by Raj Gupta »

jamie

  • Hero Member
  • *****
  • Posts: 6091
Re: FindDelimiter
« Reply #1 on: April 19, 2019, 07:21:59 pm »
Well, I found a reference to one...
https://sourceforge.net/p/lazarusiug/liug/268/

Scroll down and you'll see a function …

Not sure if that is what you are after...
The only true wisdom is knowing you know nothing

lucamar

  • Hero Member
  • *****
  • Posts: 4219
Re: FindDelimiter
« Reply #2 on: April 19, 2019, 09:02:56 pm »
Grepping the sources (both of FPC and Lazarus) I only found one FindDelimiter and it's inside the implementation section of:
$(fpc-src)/packages/fcl-base/src/fptemplate.pp

Where did you see it?
Turbo Pascal 3 CP/M - Amstrad PCW 8256 (512 KB !!!) :P
Lazarus/FPC 2.0.8/3.0.4 & 2.0.12/3.2.0 - 32/64 bits on:
(K|L|X)Ubuntu 12..18, Windows XP, 7, 10 and various DOSes.

ASerge

  • Hero Member
  • *****
  • Posts: 2223
Re: FindDelimiter
« Reply #3 on: April 20, 2019, 06:33:03 am »
May be SysUtils.LastDelimiter?

giahung1997

  • Full Member
  • ***
  • Posts: 113
Re: FindDelimiter
« Reply #4 on: April 20, 2019, 06:50:38 am »
StrUtils?  %)

lucamar

  • Hero Member
  • *****
  • Posts: 4219
Re: FindDelimiter
« Reply #5 on: April 20, 2019, 03:25:55 pm »
StrUtils?  %)

Nope. There are quite a lot of functions/procs/methods with "Delimiter" or "Delim" in their name, but no "FindDelimiter" anywhere. Grep the sources and you'll see.
Turbo Pascal 3 CP/M - Amstrad PCW 8256 (512 KB !!!) :P
Lazarus/FPC 2.0.8/3.0.4 & 2.0.12/3.2.0 - 32/64 bits on:
(K|L|X)Ubuntu 12..18, Windows XP, 7, 10 and various DOSes.

Thaddy

  • Hero Member
  • *****
  • Posts: 14205
  • Probably until I exterminate Putin.
Re: FindDelimiter
« Reply #6 on: April 20, 2019, 03:52:13 pm »
There's also a reason that repository is not mainstream: Finding a delimiter is trivial. You can program that yourself. Even if a Noob.
Try! (I promise to add example after three days)

https://www.zdnet.com/article/hello-world-book-review-algorithms-and-how-to-live-with-them/

For some context.... O:-)
« Last Edit: April 20, 2019, 04:05:55 pm by Thaddy »
Specialize a type, not a var.

jamie

  • Hero Member
  • *****
  • Posts: 6091
Re: FindDelimiter
« Reply #7 on: April 20, 2019, 03:53:27 pm »
if you would say what kind of info you are searching I am sure there are many other functions already that can do this..

The only true wisdom is knowing you know nothing

Thaddy

  • Hero Member
  • *****
  • Posts: 14205
  • Probably until I exterminate Putin.
Re: FindDelimiter
« Reply #8 on: April 20, 2019, 04:07:05 pm »
Ok, U2.... can you fill that in  plz?
« Last Edit: April 20, 2019, 04:09:08 pm by Thaddy »
Specialize a type, not a var.

lucamar

  • Hero Member
  • *****
  • Posts: 4219
Re: (SOLVED) FindDelimiter
« Reply #9 on: April 20, 2019, 05:59:19 pm »
Topic marked as "SOLVED" without any explanation.
Bad manners, Raj  :)
Turbo Pascal 3 CP/M - Amstrad PCW 8256 (512 KB !!!) :P
Lazarus/FPC 2.0.8/3.0.4 & 2.0.12/3.2.0 - 32/64 bits on:
(K|L|X)Ubuntu 12..18, Windows XP, 7, 10 and various DOSes.

giahung1997

  • Full Member
  • ***
  • Posts: 113
Re: (SOLVED) FindDelimiter
« Reply #10 on: April 21, 2019, 04:26:35 pm »
Topic marked as "SOLVED" without any explanation.
Bad manners, Raj  :)
Wonder the same. Did he just give up or really found something?  :)

Raj Gupta

  • New Member
  • *
  • Posts: 34
Re: (SOLVED) FindDelimiter
« Reply #11 on: April 21, 2019, 09:46:44 pm »
Plz look at the link provided by mr. Jaimie.
What i need is already there...

Raj Gupta

  • New Member
  • *
  • Posts: 34
Re: (SOLVED) FindDelimiter
« Reply #12 on: April 21, 2019, 09:47:23 pm »

 

TinyPortal © 2005-2018