Introduction

Language Structure

IB Statements

File System

Comet 32 Runtime

Index

SetFormat

Syntax: SetFormat format-statement-label string$
Discussion: The SetFormat statement load the variables in a FORMAT with the contents of a string.

Example:

Length 10 & local a$,b$
MyFormat: FORMAT a$;b$

SetFormat MyFormat MyString$
Following the SetFormat, MyString$ would contain the concatenation of a$ and b$.

See also GetFormat

This statement was introduced with Comet32.