Project Property
Description
Sets / returns the current project.
Syntax
Property Project As String
Default Value
Empty string.
Return Value
A string containing the project path and file.
Remarks
When setting the Project, you must supply the full path and name of the Epson RC+ 8.0 project make file. The make file is the project name with a .SPRJ extension.
Project Example
VB Example:
m_spel.Project = "c:\EpsonRC80\projects\myapp\myapp.sprj"
C# Example:
m_spel.Project = @"c:\EpsonRC80\projects\myapp\myapp.sprj";