unexpected token INIT

Project:Prolint Issue Tracker
Component:Rules
Category:bug report
Priority:normal
Assigned:john
Status:closed
Description

I have the following line:

DEF PUBLIC PROPERTY ObjectGUID AS CHAR NO-UNDO INIT ? GET. PRIVATE SET.

this generates the error:

23:52: unexpected token INIT


Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
tamhas's picture

Does it compile? Try define

Does it compile?

Try

define public property ObjectGUID as character initial ? no-undo get. private set.

According to the manual, that is the correct order.


john's picture

Re: unexpected token error

Hi jmls. Thank you for the issue report. It appears to be some bit of syntax that Proparse is having trouble with. I will investigate.


john's picture

#1

Assigned to:Anonymous» john
Status:active» fixed

Fixed now. I just finished posting Proparse 3.1c to joanju.com/proparse/.


#2

Status:fixed» closed