CONVERT

conversion utilities

av         convert between characters and indices
detab      remove tab stops
dfh        decimal from hex
hex        create verb for hex calculation
hfd        hex from decimal
mfv        matrix from vector
vfm        vector from matrix
quote      quote text

Defined items
NameClassDescription
dfhVerbdecimal from hex
hfdVerbhex from decimal
hexAdvcreate verb for hex calculation
avVerbconvert between characters and indices
mfvVerbmatrix from vector
quoteVerbquote text
detabVerbremove tab stops
vfmVerbvector from matrix

dfh................. (v) decimal from hex

hfd................. (v) hex from decimal

hex................. (a) create verb for hex calculation

e.g. 'FF' + hex '8'

av.................. (v) convert between characters and indices

e.g.   av 'abcde'

mfv................. (v) matrix from vector

[delimiter] mfv vector
default delimiter is ' '

quote............... (v) quote text

quote 'Pete''s Place'

detab............... (v) remove tab stops

remove tabs from character string
left argument is tab width, default 4

vfm................. (v) vector from matrix

vector from matrix, lines separated by LF

system\main\convert.ijsRelease: 4.02/1998-11-13/12:26