Compiler Warning (level 4) C4701
Error Message
Potentially uninitialized local variable 'name' used
You may have used the local variable name without first assigning it a value, which could lead to unpredictable results.
Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
Potentially uninitialized local variable 'name' used
You may have used the local variable name without first assigning it a value, which could lead to unpredictable results.