Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
New eyes to find an error please
Message
From
07/06/2011 11:24:44
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
New eyes to find an error please
Miscellaneous
Thread ID:
01513347
Message ID:
01513347
Views:
135
I have seeded the tables to make sure something should occur, but nothing is found.
I must have made a coder's invisible yet obvious error.
USE Results IN 1
USE Phrases IN 2
SELECT Results
FOR Recrd = 1 TO LastEntry
	GOTO Recrd
	RecordText = Results.SiteText
	SELECT Phrases
	ThePhrase = ALLTRIM(UPPER(WordUsed))
	IF ALLTRIM(UPPER(ThePhrase)) $ ALLTRIM(UPPER(RecordText))
		FOR PhraseRecord = 1 TO PhraseEnd
			GOTO PhraseRecord
* AT(cSearchExpression, cExpressionSearched [, nOccurrence])
			PhrasePosition = AT(ThePhrase,RecordText,1)
* SUBSTR(cExpression, nStartPosition [, nCharactersReturned])
			  PhrasePosition = PhrasePosition - 20
			? PhrasePosition  (ALWAYS MINUS 20)   &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
			ThePhrase = SUBSTR(RecordText,PhrasePosition,60)
			? ThePhrase (ALWAYS BLANK - NO RESULT)  &&&&&&&&&&&&&&&&&&&&&&&&&&
		NEXT PhraseRecord
	ENDIF
SELECT Results
NEXT Recrd
I ain't skeert of nuttin eh?
Yikes! What was that?
Next
Reply
Map
View

Click here to load this message in the networking platform