modal dialogs

David Thompson dthmpsn1 at uiuc.edu
Thu Mar 13 10:00:21 PDT 2008


>However, originally Panorama didn't have assignments (Panorama's
>original "macro" feature wasn't really a programming language). Instead,
>you could assign a cell a value like this:
>
>Field Name
>"Fred"
>

snip

>So somewhere in your procedure there is a lose formula (it doesn't have
>to be a constant as shown above, it could be any formula that isn't part
>of an assignment or a parameter to a statement.

A text constant seems to be the only kind of loose formula that will 
compile. If you change the statements above to something like

Field Name
"Fred"+" "+"Mertz"

you get, "Cannot compile procedure - one or more incorrect steps."

You get the same error if the formula is a numeric constant, or just 
a field or variable name with no operators or functions.



More information about the Qna mailing list