Search found 2 matches

Go to advanced search

by Wendy
Thu Aug 18, 2016 12:53 pm
Forum: General Discussion
Topic: Decimal Descriptor
Replies: 2
Views: 5082

Re: Decimal Descriptor

Thanks :D
by Wendy
Thu Aug 18, 2016 8:24 am
Forum: General Discussion
Topic: Decimal Descriptor
Replies: 2
Views: 5082

Decimal Descriptor

Hi,
In JadeScript, if a variable of Decimal Type is declared, the method doesnt compile and an error occurs - "Error 7690 - Expecting decimal descriptor".
This error only occurs for decimal datatype, not for integers, strings or boolean
...
vars
str: String;
age: Integer;
salary: Decimal;
begin ...

Go to advanced search