REBOL3 tracker
  0.9.12 beta
Ticket #0000195 User: anonymous

Project:



rss
TypeBug Statusdismissed Date7-Jul-2007 08:49
Version1.0.0 Categoryn/a Submitted bySteve
PlatformAll Severitytrivial Prioritynone

Summary Bug in DocBase for open example with query
Description The example in Doc base uses insert which doesn't work.
Documentation could use write, as suggested by Oldes and Gab.
Example code

			

Assigned ton/a Fixed in- Last Update10-Aug-2007 01:07


Comments
(0000105)
admin
10-Aug-2007 01:07

It is not clear what page in doc base your are referring to - Carl

Please note, that the R3 dictionary has not been written yet. -Gabriele
--
You don't have to use write/append!

>> autos: open/new %autos.txt
== port!
>> write autos "Ford"
== port!
>> write autos "Fiat"
== port!
>> close autos
== port!
>> print read %autos.txt
FordFiat

Date User Field Action Change
2-Dec-2008 18:50 Admin Ticket Added -