#RESOURCE

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > Resources >

#RESOURCE

 

Description

 

Instruct the interpreter to read resources from the specified .RC file.

 

Syntax

 

#RESOURCE fileName

 

Returns

 

None

 

Parameters

 

Name

Type

Optional

Meaning

fileName

String

Yes

File name of the resource file, typically with the .RC file extension.

 

Remarks

 

Dialog resources referenced this way can be used by DIALOG NEW to automatically load dialog configuration and controls.