From: "Steve"
The PickBuffer commands PB...() may help you out...
Here's some skeleton code to get you started.
proc ConvertPickBuffer()
string s[255]
PushPosition()
BegFile()
repeat
s = format(PBName():32;PBDateStr():12;PBTimeStr():12)
BegLine()
KillToEol()
InsertText(s)
until not Down()
PopPosition()
end
proc Main()
ConvertPickBuffer()
end
Steve
SemWare
-----Original Message-----
From: chris.shuffett@usa.net
To: tsepro@semware.com
Date: Friday, February 13, 1998 2:13 PM
Subject: Where's File List
>Is there a way to change the file created by saving Where's PickFile into a
normal text file? The file can be viewed by changing the display mode to
PickFile display mode using the DisplayMode command but I have not found a
way to convert it into an editable text file.
>____________________________________________________________________
>Get free e-mail and a permanent address at http://www.amexmail.com
---
---------------
* Origin: apana>>>>>fidonet [sawasdi.apana.org.au] (3:800/846.13)
|