Global Variable Default Value

Another newby question, when setting a default value for a global variable can I use calculations?

in that case use a startup method to set the global

no. You have to do that via a method.