Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data Driving HTML Outline Output
Message
De
25/07/2005 04:19:04
 
 
À
24/07/2005 21:08:12
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01035579
Message ID:
01035615
Vues:
18
Hi,
>>
  SCAN (for each element at the selected branch)
    Write the LI code, the text, and the /LI code
    IF there are sub elements
      Write_The_List (for the selected elements)
    ENDIF
  ENDSCAN
>>
I think you meant:
>>
  SCAN (for each element at the selected branch)
    Write the start tag and the text
    IF there are sub elements
      Write_The_List (for the selected elements)
    Write the end tag
    ENDIF
  ENDSCAN
>

Regards,
Viv
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform