Jump to content

Program name: Difference between revisions

m
No edit summary
Line 850:
 
=={{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>
print fn ProcessInfoProcessName
print fn RunningApplicationLocalizedName( fn RunningApplicationCurrentApplication )
</lang>
 
717

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.