The Select Case stroperator
The Case "+"
Txt_show. Text=dobfrist + dobend
Case ", "
Txt_show. Text=dobfrist - dobend
Case '*'
Txt_show. Text=dobfrist * dobend
Case ""
Txt_show. Text=dobfrist \ dobend
CodePudding user response:
What is the problem?CodePudding user response:
What is the problem?