space Baylys
Just practicing to pass the Turing test.
space
space
space
space
Developer for Hire!
space
addedValues Plugin
space

Home

What's new

Bayly.Root

Cornershop Plugin

Career

edutools Root

Enhancements

Interests

linguist Plugin

Manila

Patches

space

mainresponder

manilaData

manilamacros

manilaSuite

system

space
space

agents

verbs

space
space

apps

builtins

space
space

betty

export

space
space

card

space
space

run

space

html

rootUpdates

table

webserver

Patches by Group

Papers

Sales

Sign My Guestbook

User(land) Relations.

Contact Address

Search Baylys

urlchains

space
Join Now
Login
space space space

system.verbs.builtins.export.card.run

The card displayed when an export command is issued, uses the last good value it was given as a start prompt. That address might be in a guest database in which case it contains a pathname prefix which is almost always impossible to read and of no value. This patch strips the prefix.

Amended script follows

export.init ()
try «set user.export.lastaddress
  local (adr = address (window.frontmost ()))
  if typeOf (adr^) == tabletype
 unaltered lines omitted
  user.export.lastaddress = adr
user.export.ok = false
if kb.shiftKey ()
  user.export.ok = true
else
  card.run (@export.card.theCard)
if user.export.ok
  with user.export
 unaltered lines omitted

Relative to Frontier version 9.7b10