Would like to use the block character from codepage 437 without changing codepages chr(219)=? and chr(255)= blank space
VFP9 uses codepage 1252. I am not sure what the implications would be of changing the codepage in existing applications. I would just like to create a simple progress bar that does not use any screen real estate. For example: WAIT REPLICATE(CHR(219),50)+REPLICATE(CHR(255),50) WINDOW nowait Is there any way to map a character to a different codepage. --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/47d3e63d442d4e5fa31c748a069ad...@grahampc ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.