C0304 Compiler Error
Message text
Syntax Error, string expected.
Explanation
Error C0304 is generated when you deploy a .NET target that has a
statement with a missing component inside a conditional compilation
clause:
|
1 2 3 4 5 6 7 8 9 10 11 |
#if defined PBWEBFORM then // the following statement generates C0304: // Syntax Error 'RCURLY' expected. string ls_city[ ] = { "aaaa", "bbbb", "cccc" // the following statement generates C0304: // Syntax Error 'IDENTIFIER' expected. string ls_city[ ] = "aaaa", "bbbb", "cccc" } #end if |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest