set_icon (name: STRING)
Sets the icon for the project when it is running. The icon for the executable remains the same. This function looks for the icon name in the 'icons' location.
Note: This function is only implemented on Windows. Other platforms don't generate an error, but ignore this function.
preferences
functions
Location Manager
script startup is set_icon ('project_icon.ico') end