Hello, could someone enlighten me as to when I "should" use static variables (Varset)?
I understand that they serve as "temporary storage space". But couldn“t I just use any letter, such as b=5 and later assign b = 6 etc. and retrieve/change its value whenever needed Where is the difference to a static variable? Sorry - again - for my ignorance! Thanks Markus
