[fpc-pascal] Re: wiki page confusion with Ordinal to Word conversion

2011-03-11 Thread Ben
Op 2011-03-11 13:14, Jonas Maebe het geskryf: byte/word/long/qwordbool is used as a shorthand for bytebool, wordbool, longbool, qwordbool. Ah, then I did not understand the wiki correctly. I read it as types Byte, Word, Long etc... except for the last one which was QWordBool. Thanks for ex

Re: [fpc-pascal] wiki page confusion with Ordinal to Word conversion

2011-03-11 Thread Jonas Maebe
On 11 Mar 2011, at 11:41, Ben wrote: > Based on this wiki description, If a value of Ord(True) is assigned to say a > Word variable, the value of that Word variable is now -1. How is that > possible when the Word type has a valid range of only 0..65535?? byte/word/long/qwordbool is used as a

[fpc-pascal] wiki page confusion with Ordinal to Word conversion

2011-03-11 Thread Ben
Hi, http://wiki.freepascal.org/User_Changes_2.4.0#Byte.2FWord.2FLong.2FQwordbool_types Based on this wiki description, If a value of Ord(True) is assigned to say a Word variable, the value of that Word variable is now -1. How is that possible when the Word type has a valid range of only 0..65

Re: [fpc-pascal] TThread.Resume

2011-03-11 Thread Marco van de Voort
In our previous episode, Mattias Gaertner said: > > On 10 Mar 2011, at 19:27, Mattias Gaertner wrote: > > > > > TThread.Resume is marked deprecated. Where is the comment or > > > documentation what to use now? > > > > http://wiki.freepascal.org/User_Changes_Trunk#TThread.Suspend_and_TThread.Resu