LCD Vs Plasma
#106
Lost in BE Cyberspace










Joined: Oct 2005
Posts: 16,623
From: Hill overlooking the SE Melbourne suburbs











Give me OO any day..and I'm embarassed to admit I can implement a design pattern..
#107
A keyword used to identify a user-defined procedure. PROC is followed immediately by the procedure name; the first character of a procedure name may be an underline (or a digit).
A procedure may take any number of parameters of any type (or none). It does not have to be defined before it is called.
A procedure definition is terminated by ENDPROC.
Procedures are re-entrant and the parameters (arguments) are normally passed by value. The keyword RETURN can be used in the procedure definition to specify that a parameter should instead be passed by reference. Arrays and structures are always passed by reference.
INPUT"Number of discs "F
PROC_hanoi(F,1,2,3)
END
:
DEF PROC_hanoi(A,B,C,D)
IF A=0 THEN ENDPROC
PROC_hanoi(A-1,B,D,C)
PRINT"Move disk ";A" from ";B" to ";C
PROC_hanoi(A-1,D,C,B)
ENDPROC
Single-line procedures can be placed anywhere within your program. Multi-line procedures must be placed where they will not be executed 'out of sequence', this usually means at the end of the program after the END statement. See the Procedures and functions sub-section for more information.
(BBC BASIC for Windows version 5.00a or later only)
PROC may alternatively be followed by a numeric value contained in parentheses. This causes the procedure pointed to by the specified value to be called (an indirect call):
pptr% = ^PROC_hanoi()
PROC(pptr%)(a, b, c, d)
See the Indirect procedure and function calls sub-section for more information.
Syntax
PROC(<numeric>)[(<exp>{,<exp>})]
PROC<name>[(<exp>{,<exp>})]
Associated Keywords
DEF, ENDPROC, FN, LOCAL, PRIVATE, RETURN
apparently
fooked if i can remember to be honest
#109
Account Closed







Joined: May 2009
Posts: 2,708

PROC
A keyword used to identify a user-defined procedure. PROC is followed immediately by the procedure name; the first character of a procedure name may be an underline (or a digit).
A procedure may take any number of parameters of any type (or none). It does not have to be defined before it is called.
A procedure definition is terminated by ENDPROC.
Procedures are re-entrant and the parameters (arguments) are normally passed by value. The keyword RETURN can be used in the procedure definition to specify that a parameter should instead be passed by reference. Arrays and structures are always passed by reference.
INPUT"Number of discs "F
PROC_hanoi(F,1,2,3)
END
:
DEF PROC_hanoi(A,B,C,D)
IF A=0 THEN ENDPROC
PROC_hanoi(A-1,B,D,C)
PRINT"Move disk ";A" from ";B" to ";C
PROC_hanoi(A-1,D,C,B)
ENDPROC
Single-line procedures can be placed anywhere within your program. Multi-line procedures must be placed where they will not be executed 'out of sequence', this usually means at the end of the program after the END statement. See the Procedures and functions sub-section for more information.
(BBC BASIC for Windows version 5.00a or later only)
PROC may alternatively be followed by a numeric value contained in parentheses. This causes the procedure pointed to by the specified value to be called (an indirect call):
pptr% = ^PROC_hanoi()
PROC(pptr%)(a, b, c, d)
See the Indirect procedure and function calls sub-section for more information.
Syntax
PROC(<numeric>)[(<exp>{,<exp>})]
PROC<name>[(<exp>{,<exp>})]
Associated Keywords
DEF, ENDPROC, FN, LOCAL, PRIVATE, RETURN
apparently
fooked if i can remember to be honest
A keyword used to identify a user-defined procedure. PROC is followed immediately by the procedure name; the first character of a procedure name may be an underline (or a digit).
A procedure may take any number of parameters of any type (or none). It does not have to be defined before it is called.
A procedure definition is terminated by ENDPROC.
Procedures are re-entrant and the parameters (arguments) are normally passed by value. The keyword RETURN can be used in the procedure definition to specify that a parameter should instead be passed by reference. Arrays and structures are always passed by reference.
INPUT"Number of discs "F
PROC_hanoi(F,1,2,3)
END
:
DEF PROC_hanoi(A,B,C,D)
IF A=0 THEN ENDPROC
PROC_hanoi(A-1,B,D,C)
PRINT"Move disk ";A" from ";B" to ";C
PROC_hanoi(A-1,D,C,B)
ENDPROC
Single-line procedures can be placed anywhere within your program. Multi-line procedures must be placed where they will not be executed 'out of sequence', this usually means at the end of the program after the END statement. See the Procedures and functions sub-section for more information.
(BBC BASIC for Windows version 5.00a or later only)
PROC may alternatively be followed by a numeric value contained in parentheses. This causes the procedure pointed to by the specified value to be called (an indirect call):
pptr% = ^PROC_hanoi()
PROC(pptr%)(a, b, c, d)
See the Indirect procedure and function calls sub-section for more information.
Syntax
PROC(<numeric>)[(<exp>{,<exp>})]
PROC<name>[(<exp>{,<exp>})]
Associated Keywords
DEF, ENDPROC, FN, LOCAL, PRIVATE, RETURN
apparently
fooked if i can remember to be honest
#110
Lost in BE Cyberspace










Joined: Oct 2005
Posts: 16,623
From: Hill overlooking the SE Melbourne suburbs











#111
Plasma! Total no brainer. Old man has LCD and the picture for HD content is rubbish. You can hardly tell it's HD. He then looks at the HD picture on my Panny plasma and you can see his jaw drop. Total no brainer!.....unless you're a hardcore gamer.
#112
Account Closed










Joined: Jul 2006
Posts: 14,188

Four TV's in the house. Main TV in the lounge is plasma. All the other's, which are used for games and PC's are LCD.
IMO LCD is generally brighter and therefore better suited to games/PC's. Plasma is just a 'better' picture and more suited as the main TV.
IMO LCD is generally brighter and therefore better suited to games/PC's. Plasma is just a 'better' picture and more suited as the main TV.
#113
Four TV's in the house. Main TV in the lounge is plasma. All the other's, which are used for games and PC's are LCD.
IMO LCD is generally brighter and therefore better suited to games/PC's. Plasma is just a 'better' picture and more suited as the main TV.
IMO LCD is generally brighter and therefore better suited to games/PC's. Plasma is just a 'better' picture and more suited as the main TV.
#114
Lost in BE Cyberspace










Joined: Oct 2005
Posts: 16,623
From: Hill overlooking the SE Melbourne suburbs











Four TV's in the house. Main TV in the lounge is plasma. All the other's, which are used for games and PC's are LCD.
IMO LCD is generally brighter and therefore better suited to games/PC's. Plasma is just a 'better' picture and more suited as the main TV.
IMO LCD is generally brighter and therefore better suited to games/PC's. Plasma is just a 'better' picture and more suited as the main TV.
#116
Yes, I have a main plasma and a couple of LCD's and that sums it up for me, smaller screens ( < 42" )& gaming = LCD, best possible picture quality=plasma. LCD motion blur is generally more noticeable during fast moving sport rather than gaming.
#117
To those of us reminiscing about the BBC, Spekkie, ZX80/81, Acorn Atom, Dragon 32, Vic 20 etc I recommend the recent BBC film "Micro Men" its about the Sinclair vs Acon battle to get the BBC contract & the whole home computing revolution which started so many of our careers, I'm sure its somewhere on the web for those who'd like to see it.

I particularly liked the portrayal of Sinclair ... if he was ANYTHING like that then he would have been a hoot/nightmare to work for.
#118
Lost in BE Cyberspace










Joined: Oct 2005
Posts: 16,623
From: Hill overlooking the SE Melbourne suburbs











We were told that Plasmas were bad in well lit rooms (such as ours - admittedly lit from side).
Well with light streaming in this arvo we had a particularly great picture.
Glad I got the plasma. We're very happy with it.
#119
Account Closed
Joined: Oct 2004
Posts: 0











Nice chart explaining the impact of viewing distance on screen-size and resolution.
http://s3.carltonbale.com/resolution_chart.html
Worth checking before spending extra on something you won't notice.
Ian
http://s3.carltonbale.com/resolution_chart.html
Worth checking before spending extra on something you won't notice.
Ian





