C
cverbiest
Guest
Entering the information manually does not work. I guess there are mandatory fields on the form where I do not have access to, making it impossible to fill out all fields. Below is the case I tried to submit. Inconsistent compiler results with .Net datatypes casing Following sample code does not compile Invalid datatype specified: System.byte[]. Specify a datatype such as 'character' or the name of a class. (5638) ** Could not understand line 4. (196) If you change lcfirst to no, it does compile. If you change it back to yes it continues to compile until you start a new prowin session. To reproduce : start a new prowin(/prowin32) session and execute the sample below /* Sample */ &scoped lcfirst yes &if {&lcfirst} &then def var ba as "System.byte[]". &endif def var bac as "System.Byte[]".
Continue reading...
Continue reading...