Mike,
I saw the PhDbase is available on Universalthreads. For downloading I would need subscribe me. Could you talk me more about this Phdbase? what it does? It does a search like my example? depending on your resources I would subscribe UniversalThreads.
The problem is not money, but...
Hello,
One way to do this:
You grab the words from a text file or memo field and stick them in another table. Let's say you have n records containing memo fields. You create an index table of keywords where each of these memo fields has certain number of records in the keyword table exactly as...
Yes. The chars are the same.
When I say different CR LF I want to say some of them have as end-of-line marker and other have only LF as EOL marker.
AND I want DELETE ALL CR LF as end-of-line marker remaining just the LF as EOL MARKER.
It is just I am trying to do!
A little (hypothetical)...
Good morning Mr. Borissov!
Yes.
I did several steps and finally I did
CHRTRAN(x,"##", CHR(13)+CHR(10))
Thus I open the text in MSWORD and nothing! Where are the
Carriage Return and Line Feed?
As I explain before some text files - in any format - have different CR and LF. The bad - for me...
Mike Lewis,
==========
I have some .txt files which have CHR(13) at the end of each line when in reality this code would must appear at the end of each paragraph.
I want convert all chr(13) and chr(10), for example, for "#" and "$" respectively and after doing this task (which would clean...
I have testes this script, but don´t works fine:
LOCAL x
x= FILETOSTR("lazarillo.TXT")
scan
x= STRTRAN(x,CHR(13), "#")
endscan
LOCAL x
x= FILETOSTR("lazarillo.TXT")
scan
x= STRTRAN(x,CHR(13), "#")
endscan
Lebron
Borislav,
I don´t understand.
It return .T. although lcvar1 = "Greece" and lcvar2 = "Spain" when would return .F.
lcvar1 = "Greece"
lcvar2 = "Spain"
lll = "We have seen Spain, Greece and other countries fare extremely well against our so-called best."
? GetTextBetween([lcvar1],[lcvar2]...
Because if you are searching "Spain" and "Greece" in this order when the output it is a string where there are these two words BUT IN INVERSE ORDER! Greece and Spain, for example. In short words it don´t take into consideration ALWAYS lcVar1 MUST BE BEFORE lcVar2.
The function must force for...
This for example?
x="We have seen Spain, Greece and other countries fare extremely well against our so-called best."
? STREXTRACT(x,"have","our",0,2)
? STREXTRACT(x,"Spain","Greece",0,2)
This not works!
Lebron
Borislav
Sorry. Copyright of Ken Murphy adjusted by Borislav B.
Unfortunately the trouble persists!
Again other example:
if the script lloking for "Greece" and "Spain" it take into account the following text as VALID, but in reality it is NOT VALID!
"We have seen Spain, Greece and other...
Hi,
I have these function copyright by Borislav Borissov
**************example*****************
?GetTextBetween([be],;
[bat],;
[but she's a pretty girl who happens to be as blind as a bat])
**************************************...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.