I\'m declaring some strings that are empty, so it won\'t throw errors later on.
I\'ve read that this was the proper way:
string Camnr = Klantnr = Ord
string a = "", b = a , c = a, d = a, e = a, f =a;