<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hi Hans,<br>
<br>
The detail you are looking for is in the .project file. The
following code will get the details for you: -<br>
<br>
<b>Public Sub Form_Open()</b><b><br>
</b><b>Dim sFile As String = File.Load("../.project")</b><b><br>
</b><b>Dim sLine As String</b><b><br>
</b><b><br>
</b><b>For Each sLine In Split(sFile, gb.newline)</b><b><br>
</b><b> If sLine Begins "Vendor" Then Print sLine</b><b><br>
</b><b>Next</b><b><br>
</b><b><br>
</b><b>End</b><br>
<br>
Charlie Ogier<br>
<br>
<br>
<br>
On 18/08/18 15:31, Hans Lehmann wrote:<br>
</div>
<blockquote type="cite"
cite="mid:3e4f9712-f401-fb97-14c9-7071a2f06eb4@gambas-buch.de">Hello,
<br>
<br>
is there a way to read the value of Vendor in the project
properties?
<br>
<br>
With kind regards
<br>
<br>
Hans
<br>
<br>
----[ Gambas mailing-list is hosted by <a class="moz-txt-link-freetext" href="https://www.hostsharing.net">https://www.hostsharing.net</a>
]----
<br>
</blockquote>
<br>
</body>
</html>