Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

WndGetFileProfile

  • Last UpdatedJul 18, 2023
  • 1 minute read

Gets a profile string from any .ini file.

Syntax

WndGetFileProfile(sGroup, sName, sDefault, sFile)

sGroup:

The name of the [group].

sName:

The name of the variable.

sDefault:

The default value.

sFile:

The .ini file name.

Return Value

The profile string from sFile.

WndPutFileProfile

Example

! get this user startup page from USER.INI File
sStartup =
WndGetFileProfile(Name(),"Startup","menu","[Run]:\USER.INI");
PageDisplay(sStartup);

See Also

Window Functions

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in