Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

add-clipboard-data-as

Generic function

Summary

Coerces data to a particular type and then adds it to a clipboard.

Signature

add-clipboard-data type clipboard data => success?

Arguments

type
An instance of type-union(<symbol>, <type>).

clipboard
An instance of <clipboard>.

data
An instance of <object>.

Values

success?
An instance of <boolean>.

Library

duim-sheets

Module

duim-sheets

Description

This generic function adds data to clipboard, first coercing it to type. The argument type is an instance of type-union(<symbol>, <type>). It returns #t if data was successfully added to the clipboard.


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index