You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TExprWorkspace Class > TExprWorkspace Properties > TExprWorkspace.Scripts Property
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TExprWorkspace.Scripts Property

Stores lists of scripts.

Syntax
C#
Visual Basic
public TStringList Scripts;

Each item in the list holds delimited list of one script. To retreive the script assign the Scripts[i] to TStringList.Text. Equally, assign TStrignList.Text to Scripts[i] to store a specific script. It is programmers responsability to maintain coherence between both lists: Scripts and ScriptNames.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!