In a message regarding 2006r2 BinaryStream changes? dated Tue, 11 Apr 2006
08:45:02 -0400, Jay Wooten said that ...

> Is anyone else having an issue with binary streams from 2006r1 to
> 2006r2?

> We have a method that converts a document into a string - works file 
> in 2006r1, doesn't work in 2006r2

What happens when it doesn't work?

I tested your function on Win32 and it worked OK like this

  dim f as FolderItem = GetOpenFolderItem("")
  if f <> Nil and f.Exists Then
    MsgBox gFileToString(f)
  end if

--
Steve Garman
Using REALbasic 2006r2 Professional on Windows XP Pro



_______________________________________________
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>

Reply via email to