| To: | Getting Started <gettingstarted at lists dot realsoftware dot com> |
|---|---|
| Subject: | I don't get why this won't work |
| From: | Brian Heibert <brian at heibertservices dot com> |
| Date: | Wed, 27 Apr 2005 21:57:47 -0500 |
| Delivered-to: | gettingstarted at lists dot realsoftware dot com |
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>
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Reading & Writing text, Brian Heibert |
|---|---|
| Next by Date: | Preview window opens another window, Lennox Jacob |
| Previous by Thread: | Reading & Writing text, Brian Heibert |
| Next by Thread: | Re: I don't get why this won't work, Roger Meier |
| Indexes: | [Date] [Thread] [Top] [All Lists] |