Program name: Difference between revisions

Content added Content deleted
No edit summary
Line 850: Line 850:


=={{header|FutureBasic}}==
=={{header|FutureBasic}}==
There are several ways to retrieve the program name. These functions return a string containing the name that can be used in various ways.
<lang futurebasic>
<lang futurebasic>
print fn ProcessInfoProcessName
print fn ProcessInfoProcessName
print fn RunningApplicationLocalizedName( fn RunningApplicationCurrentApplication )
</lang>
</lang>