On 15 apr 2006, at 10.13, KOBAYASHI Toru wrote:
Hello, guys! I'm testing in Rb2006r2. My project uses 'FileType.MacCreator', like, --- dim str as String = FileTypes1.aFileType.MacCreator --- It returns a 4-chars code correctly in Rb2005 - Rb2006r1. But with Rb2006r2, it cannot be complied with message, --- This method or property does not exist. dim str as String = FileTypes1.aFileType.MacCreator --- I cannot access 'MacCreator' preperty. Is it a bug on Rb2006r2 ? How can I get it work fine?? Thanks! --- KOBAYASHI Toru [EMAIL PROTECTED]
Is not 'str' an reserved word? Sven E Olsson _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
