BarRecord.Mark
Set/Get the Mark property
Syntax
strMark =
barrecord.Mark
barrecord.Mark = strMark
Parameters
None
Returns
String. Returns the current value of the Mark property
Example
This example accesses the Mark property and displays it
current value
Dim strMark as
String
strMark = barrecord.Mark
MsgBox "Mark # = " + strMark
|