Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUG: Tag don't support CHR(0)
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
BUG: Tag don't support CHR(0)
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01013899
Message ID:
01013899
Vues:
61
* Tag documentation:
* Expr 
* Specifies any string. 

WITH CREATEOBJECT("custom")
	FOR k=0 TO 255
		.Tag= 'x'+CHR(m.k)+'x'
		IF .Tag == 'x'+CHR(m.k)+'x'
			LOOP
		ENDIF
		? M.K,.Tag
	NEXT
ENDWITH
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform