Edit Proper Indent

From MCS Wiki AVR
Revision as of 08:35, 24 August 2013 by Admin (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This option will properly indent your code.

 

Indention is used to make code better readable.

Every structure will be indented. And nested will increase indenting.

 

 

 

This code :

 

 For C = 0 To 100

  B = A(c)

  Print "Read " ; C ; ":" ; B ; "/" ; Hex(b)

  Waitms 4

Next

 

 

Will be transformed into :

 

 For C = 0 To 100

    B = A(c)

    Print "Read " ; C ; ":" ; B ; "/" ; Hex(b)

    Waitms 4

 Next

 

 

And this is a sample with nesting :

 

Do

 Input "Data to write ? (0-255)" , D

 

 Print "Reading content of EEPROM (via ERAM Byte)"

 For C = 0 To 100

    B = A(c)

    Print "Read " ; C ; ":" ; B ; "/" ; Hex(b)

    Waitms 4

 Next

Loop

Languages   English  
Personal tools
Namespaces
Variants
Actions
Navigation
Language
Database error - MCS Wiki AVR

Database error

Revision as of 08:35, 24 August 2013 by Admin (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
(SQL query hidden)
from within function "". Database returned error "1020: Record has changed since last read in table 'avr_page' (localhost)".
Personal tools
Namespaces
Variants
Actions
Navigation
Language