Inhalt

Index

Example for REQUEST (Fontnames_list)

dim fontnames[]

REQUEST ("FONTNAMES_LIST", "", fontnames)

VALUES "f" fontnames, CUSTOM

This form of the VALUE command creates a popup for the font names in parameter "f" with type string. The variable fontnames contains all font names, which are manually assigned or automatically read with REQUEST ("FONTNAMES_LIST", ...). CUSTOM is necessary to enter not listed font names. If CUSTOM is contained it is assured, that on another computer, where the chosen font is not available, the font will not be overwritten.If a value is no longer existing in the popup list, VALUES uses the first available from the list.

To get the name of the Allplan fonts:

DIM std_fontnames[]

a=REQUEST ("FONTNAMES_LIST", "standard", std_fontnames)

VALUES "std_fonts" std_fontnames



Allplan

(C) ALLPLAN GmbH

Privacy policy