Search found 106 matches

by George
Sat Feb 27, 2016 2:23 pm
Forum: Product
Topic: Compiler warning for missing type in declaration
Replies: 5
Views: 4897

Compiler warning for missing type in declaration

Hi,

is-there precaution (in X# compiler) to issue a warning that the variable will be USUAL when I write:

LOCAL cVariable := "something"
forgeting the 'AS TYPE' ?

regards
George
by George
Sat Jan 30, 2016 6:59 am
Forum: Examples
Topic: LINQ
Replies: 17
Views: 9040

LINQ

<t>The LINQ as well as the XQuery (for XML DataSources) use the same query format.<br/>
<br/>
XQuery:<br/>
<br/>
for $x in doc("books.xml")/bookstore/book<br/>
where $x/price>30<br/>
order by $x/title<br/>
return $x/title<br/>
<br/>
the 'return' is the 'select' part.<br/>
<br/>
I also agree to keep ...
by George
Fri Jan 29, 2016 8:56 am
Forum: Examples
Topic: LINQ
Replies: 17
Views: 9040

LINQ

Fine! I Agree.

George
by George
Fri Jan 29, 2016 8:47 am
Forum: Examples
Topic: LINQ
Replies: 17
Views: 9040

LINQ

Is the VAR something like: LOCAL IMPLIED ?

George
by George
Thu Jan 28, 2016 5:06 pm
Forum: Suggestions
Topic: News history
Replies: 2
Views: 3417

News history

Fine! Thanks Robert.

George
by George
Wed Jan 27, 2016 9:37 pm
Forum: Suggestions
Topic: News history
Replies: 2
Views: 3417

News history

Hi,

apart the 'Press Release', all the announced info (News) are without date.

I think it would be useful to know when a new build (or any information about X#) it was released, exactly as the Blogs do.

regards
George Theopoulos