Re: [fpc-other] Orange Pi vs. Raspberry Pi vs Banana Pi vs ASUS Tinkerboard vs. Odroid

2017-03-03 Thread rvmartin2
Marco van de Voort wrote the following on 03/03/17 10:38:20: > In our previous episode, Graeme Geldenhuys said: > > The 1st gen Raspberry Pi had 256MB shared RAM (128MB for GPU and 128MB > > for CPU). Later a 512MB model RPi v1 was also released. > > The 512MB model was called

Re: [fpc-other] Get/Detect Variable Type

2012-02-09 Thread rvmartin2
Mark Morgan Lloyd markmll.fpc-ot...@telemetry.co.uk wrote the following on 09/02/12 14:10:56: tazmande...@centrum.cz wrote: Hi all, how can i simple get type of variable in freepascal? For example: procedure RawWrite(v:anyvariable) begin if GETTYPE(v)=string_type then