Ciao a tutti,
Buon Ferragosto,
Saluti,
Fabrizio
Search found 63 matches
- Sat Aug 15, 2020 7:16 am
- Forum: Forum Italiano
- Topic: Buon Ferragosto
- Replies: 1
- Views: 1786
Hi All
Hi All X#' s,
Happy mid-August
Fabrizio
Happy mid-August
Fabrizio
- Wed Jul 29, 2020 9:13 pm
- Forum: Product
- Topic: Implementation request for the SWITCH statement
- Replies: 3
- Views: 1641
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
ok I will use Do Case / If until X # is aligned with C # 9.0
best regard.
Fabrizio
- Mon Jul 27, 2020 2:45 pm
- Forum: Product
- Topic: Implementation request for the SWITCH statement
- Replies: 3
- Views: 1641
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 ...
- Sun May 31, 2020 8:45 pm
- Forum: Forum Italiano
- Topic: ARRAY OF <T>
- Replies: 2
- Views: 2114
ARRAY OF <T>
Thank you, Robert.
Fabrizio
Fabrizio
- Sun May 31, 2020 5:34 pm
- Forum: Forum Italiano
- Topic: ARRAY OF <T>
- Replies: 2
- Views: 2114
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 ...
- Wed Dec 25, 2019 5:43 pm
- Forum: Chit-Chat
- Topic: Merry Christmas to all!
- Replies: 9
- Views: 2684
Merry Christmas to all!
Merry Christmas and happy new year to all
Fabrizio
Fabrizio
- Sun Jul 28, 2019 10:40 pm
- Forum: Chit-Chat
- Topic: Error handling in X# vs VO
- Replies: 22
- Views: 5761
Error handling in X# vs VO
Hi Chris,
ok.
Fabrizio
ok.
Fabrizio
- Sat Jul 27, 2019 7:50 pm
- Forum: Chit-Chat
- Topic: Error handling in X# vs VO
- Replies: 22
- Views: 5761
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
ok, now it's clearer to me.
the real problem is managing the ERRORBLOCK in X # (.NET).
Fabrizio
- Sat Jul 27, 2019 7:06 am
- Forum: Chit-Chat
- Topic: Error handling in X# vs VO
- Replies: 22
- Views: 5761
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 ...