Search found 63 matches

by Fab64
Sat Aug 15, 2020 7:16 am
Forum: Forum Italiano
Topic: Buon Ferragosto
Replies: 1
Views: 1696

Buon Ferragosto

Ciao a tutti,
Buon Ferragosto,
Saluti,
Fabrizio
by Fab64
Sat Aug 15, 2020 7:14 am
Forum: Chit-Chat
Topic: Hi All
Replies: 0
Views: 1594

Hi All

Hi All X#' s,
Happy mid-August

Fabrizio
by Fab64
Wed Jul 29, 2020 9:13 pm
Forum: Product
Topic: Implementation request for the SWITCH statement
Replies: 3
Views: 1502

Implementation request for the SWITCH statement

Hi Chris,

ok I will use Do Case / If until X # is aligned with C # 9.0

best regard.
Fabrizio
by Fab64
Mon Jul 27, 2020 2:45 pm
Forum: Product
Topic: Implementation request for the SWITCH statement
Replies: 3
Views: 1502

Implementation request for the SWITCH statement

<r>Hi, Robert and dev. Team,<br/> <br/> the SWITCH statement is very powerful, but sometimes not comfortable to use (compared to the DO CASE):<br/> <br/> FUNCTION ActonChoice(nChoice as LONG) AS VOID<br/> SWITCH nChoice<br/> CASE 0<br/> RETURN<br/> CASE 1<br/> ChoiceOne()<br/> CASE 2<br/> ChoiceTwo(...
by Fab64
Sun May 31, 2020 8:45 pm
Forum: Forum Italiano
Topic: ARRAY OF <T>
Replies: 2
Views: 2026

ARRAY OF <T>

Thank you, Robert.

Fabrizio
by Fab64
Sun May 31, 2020 5:34 pm
Forum: Forum Italiano
Topic: ARRAY OF <T>
Replies: 2
Views: 2026

ARRAY OF <T>

<t>Salve a tutti<br/> Dopo aver fatto pratica sugli ARRAY volevo vedere la sintassi degli array Tipizzati ( attualmente uso l'ultima release pubblica di X# )<br/> questo breve programmino di test viene compilato senza errori ma quando lo eseguo segnala l'errore all'istruzione A1d[II] := II <br/> <br...
by Fab64
Wed Dec 25, 2019 5:43 pm
Forum: Chit-Chat
Topic: Merry Christmas to all!
Replies: 9
Views: 2362

Merry Christmas to all!

Merry Christmas and happy new year to all

Fabrizio
by Fab64
Sun Jul 28, 2019 10:40 pm
Forum: Chit-Chat
Topic: Error handling in X# vs VO
Replies: 22
Views: 5112

Error handling in X# vs VO

Hi Chris,
ok.
Fabrizio
by Fab64
Sat Jul 27, 2019 7:50 pm
Forum: Chit-Chat
Topic: Error handling in X# vs VO
Replies: 22
Views: 5112

Error handling in X# vs VO

HI Wolfgang,
ok, now it's clearer to me.
the real problem is managing the ERRORBLOCK in X # (.NET).

Fabrizio
by Fab64
Sat Jul 27, 2019 7:06 am
Forum: Chit-Chat
Topic: Error handling in X# vs VO
Replies: 22
Views: 5112

Error handling in X# vs VO

<t>Hi Chris, Wolfgang,<br/> <br/> All my VO code contains<br/> <br/> BEGIN SEQUENCE<br/> .....<br/> RECOVER<br/> ......<br/> END SEQUENCE<br/> <br/> or <br/> <br/> BEGIN SEQUENCE<br/> <br/> ...........<br/> IF ........<br/> BREAK<br/> END IF<br/> <br/> ..............<br/> <br/> RECOVER<br/> ...........