Barlist.Project
Set/Get the project name
Syntax
project =
barlist.Project
barlist.Project = project
Parameters
None
Returns
String. The current value of the project name.
Example
This example gets the current value of the project name and
displays it
Dim project as
String
project = barlist.Project
MsgBox project
|