<t>Hi Phil,<br/>
Good to see you're still around.<br/>
A new project is always a good thing.<br/>
I've no idea about IronPython, so can't help you there.<br/>
So many other possibilities too that have my attention at the moment, like functional programming, AKKA.NET, Masstransit. But those are ...
Search found 103 matches
- Wed May 01, 2019 12:25 pm
- Forum: Chit-Chat
- Topic: New to X#? There are a lot of Pearls
- Replies: 14
- Views: 5478
- Thu Apr 04, 2019 9:14 am
- Forum: Product
- Topic: null-coalescing operator in X#?
- Replies: 1
- Views: 2062
null-coalescing operator in X#?
<r>Two questions:<br/>
<br/>
Is there in X# a null-coalescing operator as in C# the ??
<CODE><s>[code]</s>return source ?? String.Empty;<e>[/code]</e></CODE>
?<br/>
<br/>
Is in X# <CODE><s>[code]</s>iif(source==String.Empty,"is empty","is not empty")<e>[/code]</e></CODE>
the (only) syntax for the C ...
<br/>
Is there in X# a null-coalescing operator as in C# the ??
<CODE><s>[code]</s>return source ?? String.Empty;<e>[/code]</e></CODE>
?<br/>
<br/>
Is in X# <CODE><s>[code]</s>iif(source==String.Empty,"is empty","is not empty")<e>[/code]</e></CODE>
the (only) syntax for the C ...
- Wed Apr 03, 2019 7:04 am
- Forum: Suggestions
- Topic: Visual Studio 2019
- Replies: 23
- Views: 12227
Visual Studio 2019
It's good to hear that XSharp functions good with VS2019, other than the setback.
I think I can't temper certain colleagues to try VS2019 out.
I think I can't temper certain colleagues to try VS2019 out.
- Fri Feb 22, 2019 10:21 am
- Forum: VO & Vulcan
- Topic: Float, Real8, or Decimal?
- Replies: 43
- Views: 21084
Float, Real8, or Decimal?
same here... oh brother... would have saved us a lot of trouble.ArneOrtlinghaus wrote:Hi Chris,
I didn't even know that there is this setfloatdelta after 20 years of VO programming....
- Wed Feb 20, 2019 9:54 am
- Forum: Suggestions
- Topic: Performance and VO functions Inlist and Between
- Replies: 11
- Views: 6193
Performance and VO functions Inlist and Between
if you use [ code ][ i ][/ code ] (without the spaces) you get what you want.
[ i ]test [ /i ] gives: test
[ code ][ i ][ /code ] gives:
[ i ]test [ /i ] gives: test
[ code ][ i ][ /code ] gives:
Code: Select all
[i]- Thu Dec 06, 2018 12:00 pm
- Forum: VO & Vulcan
- Topic: VO 2.8: GetTickCountLow() does not seem to work correctly anymore
- Replies: 26
- Views: 12107
VO 2.8: GetTickCountLow() does not seem to work correctly anymore
<r>I used the loop to test what the effect on memory was and check what the interval between the calls is. <br/>
You can use the float interpretation of the memory block. As described in the formula. <br/>
you can use the upper and lower part of the numbers as dwords and work from there.<br ...
You can use the float interpretation of the memory block. As described in the formula. <br/>
you can use the upper and lower part of the numbers as dwords and work from there.<br ...
- Thu Dec 06, 2018 10:49 am
- Forum: VO & Vulcan
- Topic: VO 2.8: GetTickCountLow() does not seem to work correctly anymore
- Replies: 26
- Views: 12107
VO 2.8: GetTickCountLow() does not seem to work correctly anymore
<r>To whom this may concern:<br/>
If you want to use GetTickCount64() in VO (thanks to Robert):
<CODE><s>[code]</s>function T() as void strict
local mystruct is myint64
local f as float
mystruct.r8 := GetTickCount64()
?
// in a float you could loose data, because e.g. float is signed.
f ...
If you want to use GetTickCount64() in VO (thanks to Robert):
<CODE><s>[code]</s>function T() as void strict
local mystruct is myint64
local f as float
mystruct.r8 := GetTickCount64()
?
// in a float you could loose data, because e.g. float is signed.
f ...
- Wed Oct 31, 2018 2:20 pm
- Forum: Suggestions
- Topic: more frequent releases in this development stage
- Replies: 8
- Views: 4721
more frequent releases in this development stage
Nightly (unstable) builds
- Mon Oct 08, 2018 4:39 am
- Forum: VO & Vulcan
- Topic: Zip Files >2Gb in VO application
- Replies: 15
- Views: 5712
Zip Files >2Gb in VO application
Can't you use 3 party tools and call them by commandline, like 7 zip?
see wiki
see wiki
- Sat Sep 29, 2018 6:49 am
- Forum: Product
- Topic: Usage of X#
- Replies: 3
- Views: 2721

