Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String comparisons
Message
From
08/11/2006 13:54:11
 
 
To
08/11/2006 13:19:27
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP
Miscellaneous
Thread ID:
01168143
Message ID:
01168171
Views:
8
This works for me. Not sure if it will in VFP6 though:
CREATE CURSOR myfile (cvalue C(20))
FOR i = 1 TO 100
   INSERT INTO myfile VALUES ('01-'+TRANSFORM(i))
   IF i = 10
      FOR i2 = 1 TO 10
	 INSERT INTO myfile VALUES ('01-10'+ALLTRIM(STR(i2)))
      ENDFOR
   ENDIF			
ENDFOR
SELECT * FROM myfile WHERE ALLTRIM(cvalue) == "01-10" && pull only 01-10
SELECT * FROM Myfile 	                              && pull all
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform