gettingstarted
[Top] [All Lists]

RE: I don't get why this won't work

To: "Getting Started" <gettingstarted at lists dot realsoftware dot com>
Subject: RE: I don't get why this won't work
From: "Dixon, Tom" <dixont at Jostens dot com>
Date: Thu, 28 Apr 2005 09:01:33 -0500
Delivered-to: gettingstarted at lists dot realsoftware dot com
Thread-index: AcVLniz1XZqmbQWAQhi2TP+C074xiQAXITrA
Thread-topic: I don't get why this won't work
Do a search in the language reference for TextInputStream
-----Original Message-----
From: gettingstarted-bounces at lists dot realsoftware dot com
[mailto:gettingstarted-bounces at lists dot realsoftware dot com] On Behalf Of
Brian Heibert
Sent: Wednesday, April 27, 2005 9:58 PM
To: Getting Started
Subject: I don't get why this won't work

  Dim f as folderitem
  Dim t as textinputstream
  dim hp as string
  f=preferencesfolder.child("InternetPal Settings")
  if f <> Nil then
    t = f.OpenAsTextFile
    
    settingsWIN.homepage.text= t.readline
    hp = t.readline
    settingsWIN.welcomespeech.text = t.readline
    t.close
  end if
  SettingsWIN.close
  
  I am saving a file and it looks like the file gets saved Why won't
this code above read the file?

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

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

<Prev in Thread] Current Thread [Next in Thread>