Introduction

Language Structure

IB Statements

File System

Comet 32 Runtime

Index

(StoreControl)

Mnemonic: (StoreControl = cosDlghDlg$, CntrlID, filename$)
Discussion: This mnemonic stores the text from a multi-line edit control in a text file.

cosDlghDlg$ is the handle to the dialog
CntrlID is the control identifier for the edit control
filename$ is the full pathname of a text file

Example:
Print (LoadControl = cosDlghDlg$, IDC.COMMENTS, ComFile$)