C0310 Compiler Error
Message text
‘end choose’ expected.
Explanation
Error C0310 is generated when you deploy a .NET target that has a
CHOOSE CASE statement with no closing END CHOOSE inside a conditional
compilation clause:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
decimal weight decimal postage #if defined pbwebform then choose case weight case is<10 postage=weight*0.30 case 10 postage=4.50 case 11 to 20 postage=6.0 case is>21, is<=40, 44 postage=10.0 case else postage=25.00 // missing end choose generates C0310 #end if |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest