Luna (AVR) Luna (AVR)
  • Start
    • About Luna
    • Screenshots
    • Getting Started
    • Tutorial
    • Tips & Tricks
    • FAQ
    • Friends
    • Contact
  • Language Reference
    • Command Overview
    • Command Overview (Assembler)
    • Categories Overview
    • Libraries
    • Preprocessor
    • Preprocessor (Assembler)
  • IDE
    • Programmer/Uploader
    • Fusebits
    • Autocomplete
    • Controller Values
    • Memory Assignment
    • Libraries (Choose)
    • Luna Share
  • Technical
    • Byte-Order
    • Type Casting
    • Supported Controller
    • Variables in Methods
    • Memory Management
    • Optimizer
    • Luna Picture
    • Luna Font
    • Compiler parameters
  • Download
  • Anmelden

Übersetzungen dieser Seite:
  • dede
  • enen
  1. Sie befinden sich hier
  2. en
  3. str
  1. Zuletzt angesehen
  2. str

en:str

  • Share on ...
  • Google+
  • Twitter
  • LinkedIn
  • Facebook
  • Pinterest
  • Telegram

Str()

Convert a number into a String. Allows for the Data-Type.

PräprozessorThe function is also available in the Preprocessor, and does not generate any machine code because only constants are used.

Syntax: String = Str(Expression)

Example:

  dim s as string
  s = Str(-23.42)  ' output: "-23.42"
Copyright (c) rgf software