GetCursorLineFeed
LineFeed = GetCursorLineFeed()
 
Parameters: NONE
Returns:

    LineFeed = The print cursors current line feed value
 

The GetCursorLineFeed functons returns the print cursors current line feed value.



FACTS:


* None



Mini Tutorial:


This example sets the print cursor current line feed value and then display it.


  
  
; Set the Line Feed 50
  CursorLineFeed 50
  
; Display the current line feed amount
  Print GetCursorLineFeed()
  
; Display the Screen and wait for the user to press a key
  Sync
  WaitKey
  
  




This example would output.

  
  50
  
  

 
Related Info: CursorLineFeed | CursorMargin | GetCursorMargin | GetCursorX | GetCursorY | Print | SetCursor | SetCursorX | SetCursorY :
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com