•  Back 
  •  VDI SpeedoGDOS 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  %About 
  •  Show info about hypertext 
  •  View a new file 
Topic       : The ATARI Compendium
Author      : Scott Sanders / JAY Software
Version     : 1.25 (20/6/2003)
Subject     : Documentation
Nodes       : 1117
Index Size  : 32614
HCP-Version : 6
Compiled on : Atari
@charset    : UTF-8
@lang       : en
@default    : 
@help       : %About
@options    : +g -i -t4 +y +z
@width      : 100
View Ref-Filevst_charmap()                                                           VDI

Syntax

VOID vst_charmap( handle, mode )
WORD handle, mode;

Function      vst_charmap() chooses between the standard Atari ASCII
              interpretation of text strings or translation of Bitstream
              character indexes.

Opcode        236

Availability  Available only with SpeedoGDOS.

Parameters    handle specifies a valid workstation handle.
              mode should be
                   MAP_ATARI (1) to specify Atari ASCII characters or
                   MAP_BITSTREAM (0) for Bitstream mappings.

Binding       contrl[0] = 236;
              contrl[1] = 0;
              contrl[3] = 1;
              contrl[6] = handle;

              intin[0] = mode;

              vdi();

Comments      Bitstream character indexes are WORD sized rather than BYTE
              sized. A list of Bitstream character mappings can be found
              in Appendix G.

Group         VDI SpeedoGDOS