Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG: Tag don't support CHR(0)
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
BUG: Tag don't support CHR(0)
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01013899
Message ID:
01013899
Views:
60
* 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
Next
Reply
Map
View

Click here to load this message in the networking platform