<div dir="auto">You can imagine an external way to hardcode a string.<div dir="auto"><br></div><div dir="auto">For example</div><div dir="auto"><br></div><div dir="auto">Set a line like that :</div><div dir="auto"><br></div><div dir="auto">Public Path as string '$PATH</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">Then make the compilation via a script that replace '$PATH by ="/mypath"</div><div dir="auto"><br></div><div dir="auto">So the var is filled by the value</div><div dir="auto"><br></div><div dir="auto">And the comment way allow you to devellop without alert</div><div dir="auto"><br></div><div dir="auto">Use this var to getthepath.</div><div dir="auto"><br></div><div dir="auto">Another way will be a function that return a value</div><div dir="auto"><br></div><div dir="auto">PUBLIC FUNCTION GetPath ()</div><div dir="auto"><br></div><div dir="auto">Return '$PATH</div><div dir="auto"><br></div><div dir="auto">End</div><div dir="auto"><br></div><div dir="auto">The same way </div><div dir="auto"><br></div><div dir="auto">For use</div><div dir="auto"><br></div><div dir="auto">Open glob.getpath () &/ file</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div></div><br><div class="gmail_quote"><div dir="ltr">Le jeu. 19 juil. 2018 14:27, PICCORO McKAY Lenz <<a href="mailto:mckaygerhard@gmail.com">mckaygerhard@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">umm interesting using environment variable. but unusefully<br>
<br>
you guys dont think about the bussines.. no all my programs are "free<br>
software" so i put hardcoded "things" close to the clients .. due it's<br>
a client request!<br>
<br>
it's a too complex concep that are only available (until now) in JAVA EE<br>
<br>
i hope that's enought to clarify the need by me!<br>
<br>
and now any way to make those that you said? maybe a inline macro<br>
definition may help me too!<br>
Lenz McKAY Gerardo (PICCORO)<br>
<a href="http://qgqlochekone.blogspot.com" rel="noreferrer noreferrer" target="_blank">http://qgqlochekone.blogspot.com</a><br>
<br>
<br>
2018-07-19 3:55 GMT-04:00 Fabien Bodard <<a href="mailto:gambas.fr@gmail.com" target="_blank" rel="noreferrer">gambas.fr@gmail.com</a>>:<br>
> Why dont you use global variable or if you need an external definition an<br>
> envirronment variable ?<br>
><br>
><br>
> ----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
><br>
<br>
----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
</blockquote></div>