Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FORCE Data Base Compiler - ############################################################################## http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
##############################################################################
###+---------------+##########################################################
#+-| SET INTENSITY |-------------------------------------------------------+##
#| +---------------+ The SET INTENSITY command controls the intensity flag |##
#+-------------------------------------------------------------------------+##
##############################################################################
##############################################################################
#+--| Syntax |-----------------------+########################################
#|     SET INTENSITY <ON || OFF>     |########################################
#+-----------------------------------+########################################
##############################################################################
##############################################################################
##########+---| Description |--------------------------------------+##########
##########| The SET INTENSITY flag is part of the @...GET command. |##########
##########| The default setting is ON.                             |##########
##########| ------------------------------------------------------ |##########
##########| ON                                                     |##########
##########|                                                        |##########
##########| ON specifies the @...GET command will use the enhanced |##########
##########| color value when echoing keyboard input during a READ. |##########
##########| ------------------------------------------------------ |##########
##########| OFF                                                    |##########
##########|                                                        |##########
##########| OFF specifies that the @...GET will use the standard   |##########
##########| color value when echoing keyboard input during a READ. |##########
##########+--------------------------------------------------------+##########
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    Set intensity ON so that the GET uses the           |#########
#########| *    enhanced color.                                     |#########
#########|                                                          |#########
#########| SET DELIMITER TO "[]"                                    |#########
#########| SET INTENSITY ON                                         |#########
#########| @ 10,3 GET a->name                                       |#########
#########| READ                                                     |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 2 |-------------------------------------------+#########
#########| *    Different GETs during the same READ can have        |#########
#########| *    different values for the intensity flag.            |#########
#########|                                                          |#########
#########| SET INTENSITY ON                                         |#########
#########| @ 4,4 GET x                                              |#########
#########| SET INTENSITY OFF                                        |#########
#########| @ 5,4 GET y                                              |#########
#########|                                                          |#########
#########| READ                                                     |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: SET COLOR TO

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson