Use $0A$ in Direct/Mkeyed/Indexed
|
ProvideX normally creates files that use field separator $8A$. By selecting this
setting, the BBx file creation verbs DIRECT, MKEYED and INDEXED will be changed
to include the ,SEP=$0A$ fileoption to force creating files that use the $0A$
separator. Also check the 'Create files with $0A$ separator' setting in the
'File Options' tab to convert BBx files to ProvideX files with a $0A$ separator.
|
CISAM -> CREATE TABLE
|
Replace all occurrences of CISAM with CREATE TABLE
|
INFO() -> FN%INFO$()
|
Replace the BBx INFO() function with the global ProvideX defined function FN%INFO$().
This function can be found in the *conv.bbx/START_UP program along with a number of
other settings that you might want to use after converting a BBx application.
|
REV -> FN%REV$
|
Replace the BBx REV system variable with the global ProvideX defined function FN%REV$.
This function can be found in the *conv.bbx/START_UP program (feel free to change that
function to return whatever your BBx application expects).
|
SSN -> FN%SSN$
|
Replace the BBx SSN system variable with the global ProvideX defined function FN%SSN$.
This function can be found in the *conv.bbx/START_UP program (feel free to change that
function to return whatever your BBx application expects).
|
SYS -> FN%SYS$
|
Replace the BBx SYS system variable with the global ProvideX defined function FN%SYS$.
This function can be found in the *conv.bbx/START_UP program (feel free to change that
function to return whatever your BBx application expects).
|
'ATTR'() -> FN%ATTR$()
|
The 'ATTR' mnemonic will be replaced by the ProvideX 'MODE' mnemonic which isn't fully
BBx compatible. By selecting this option, ProvideX will use the global defined function
FN%ATTR$() instead which should result in BBx compatible output. This function can
be found the *conv.bbx/START_UP program.
|
'RGB'() -> FN%RGB$()
|
The 'RGB' mnemonic will be replaced by the ProvideX 'MODE' mnemonic which isn't fully
BBx compatible. By selecting this option, ProvideX will use the global defined function
FN%RGB$() instead which should result in BBx compatible output. This function can
be found the *conv.bbx/START_UP program.
|