Search found 5 matches

by koeidelix
Thu Nov 26, 2020 4:30 pm
Forum: Welcome
Topic: Why is É between A and Z? (VO and X#)
Replies: 4
Views: 1925

Why is É between A and Z? (VO and X#)

fine.
thank you Wolfgang
by koeidelix
Thu Nov 26, 2020 3:51 pm
Forum: Welcome
Topic: Why is É between A and Z? (VO and X#)
Replies: 4
Views: 1925

Why is É between A and Z? (VO and X#)

Hi Wolfgang,
thanks for the explanation.
I only want to allow the letters "A" to "Z". Do I have to check the Asc() values. Is that enough?
Or better look for a .Net-Method?
Thomas
by koeidelix
Thu Nov 26, 2020 3:01 pm
Forum: Welcome
Topic: Why is É between A and Z? (VO and X#)
Replies: 4
Views: 1925

Why is É between A and Z? (VO and X#)

<t>Hello,<br/> need help with the following problem.<br/> <br/> Why is É (201) between A (65) and Z (90)?<br/> <br/> Local l as Logic<br/> Local c as string<br/> Local n as dword<br/> <br/> n := Asc("É") <--201<br/> n := Asc("A") <-- 65<br/> n := Asc("Z") <-- 90<br/> <br/> c := "É"<br/> l := c >= "A" ...
by koeidelix
Tue Mar 19, 2019 10:09 am
Forum: Product
Topic: Please help compiling
Replies: 5
Views: 1805

Please help compiling

Thank you for your answers. You confirmed a bug.
And thank you Wolfgang for your code snipped.

regards Thomas
by koeidelix
Mon Mar 18, 2019 10:04 am
Forum: Product
Topic: Please help compiling
Replies: 5
Views: 1805

Please help compiling

<t>Hi,<br/> I'm trying to convert our application from Vulcan to X#. There are many many compiler errors, some are real errors, the most not, but I can go around them.<br/> But this time I need help.<br/> I get error XS1503 Argument 1: cannot convert from 'int' to 'string' accessing an element of a ...