Samraksh eMote .NOW
WriteN Method



Column to write
Character to write
Writes to the specified column on the lcd
Syntax
'Declaration
 
Public Function WriteN( _
   ByVal column As Integer, _
   ByVal data As LCD _
) As Boolean
'Usage
 
Dim instance As EmoteLCD
Dim column As Integer
Dim data As LCD
Dim value As Boolean
 
value = instance.WriteN(column, data)
public bool WriteN( 
   int column,
   LCD data
)
public:
bool WriteN( 
   int column,
   LCD data
) 

Parameters

column
Column to write
data
Character to write

Return Value

True iff success
Remarks
The columns are numbered as follows:
Requirements

Target Platforms: eMote .NOW

See Also

Reference

EmoteLCD Class
EmoteLCD Members

Send Feedback