HI. I have some lines in a Foxpro 5.0 Form
****************
SELECT cars.brand, owners.name, country.name,;
FROM Cars,owners,country;
WHERE Cars.model = owners.like;
AND ALLTRIM(Cars.color)= SUBSTR(owners.earn,1,LEN(ALLTRIM(Cars.tire)));
ORDER BY Cars,brans, owners.name;
INTO CURSOR test
************
What exactly does this instruction do? --> AND ALLTRIM(Cars.color)= SUBSTR(owners.earn,1,LEN(ALLTRIM(Cars.tire)));
Sorry for the question, I´m just beginning the programmming
Area.
THanks
****************
SELECT cars.brand, owners.name, country.name,;
FROM Cars,owners,country;
WHERE Cars.model = owners.like;
AND ALLTRIM(Cars.color)= SUBSTR(owners.earn,1,LEN(ALLTRIM(Cars.tire)));
ORDER BY Cars,brans, owners.name;
INTO CURSOR test
************
What exactly does this instruction do? --> AND ALLTRIM(Cars.color)= SUBSTR(owners.earn,1,LEN(ALLTRIM(Cars.tire)));
Sorry for the question, I´m just beginning the programmming
Area.
THanks