Is this possible?
I have a line

Public temp_new_CmbTitle As String

and what i`d like is something like

Public temp_new_CmbTitle As String = "0"

is this possible?

a.