• TestingDocs
TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

Flowgorithm

Flowgorithm Data Type Conversion Functions

Overview

Flowgorithm provides several data type conversion functions that allow programmers to change the data types of the variables. In this tutorial, we will learn some data type conversion functions with examples.

Data Type Conversion Functions

Flowgorithm variables can only be assigned data to be compatible with the declared data type.  Violations to this would result in the Type Mismatch Error. Below are some data type conversion functions:

 

Flowgorithm Function Description
ToString(n) This function converts the number to a string
ToInteger(str) This function converts the string to an integer
ToReal(str) This function converts the number to a real number
ToFixed(r, d ) Converts a real number( r ) to a string with (d ) digits after the decimal point.
ToCode(c) Converts a character (c) into a decimal ASCII character code
ToChar(n) Converts a decimal ASCII character code( n) into a character

Example

Data Type Conversion Functions Flowgorithm

—

Flowgorithm Tutorials

Flowgorithm flowchart tutorials on this website:

https://www.testingdocs.com/flowgorithm-flowchart-tutorial/

Flowgorithm Website

For more information on the Flowgorithm tool, please visit the official website at:

http://flowgorithm.org/

Related Posts

Print Triangle Pattern Flowchart

Flowgorithm /

Print Triangle Pattern Flowchart

Flowgorithm Breakpoint Symbol

Flowgorithm /

Flowgorithm Conditional Breakpoint Statement

File Read Declare Variables

Flowgorithm /

Flowgorithm Read Numbers from File Example

File Search Input File Flowgorithm

Flowgorithm /

Search Text File Flowchart Example

Flowgorithm Turtle Graphics Symbols

Flowgorithm /

Flowgorithm Turtle Graphics Symbols

‹ Flowgorithm Tool Components› Flowgorithm Data Types

Recent Posts

  • How to secure your SQL Database: Tips and Tricks
  • Shaping the Future of Development: Exploring Key Trends in Software Engineering
  • Improving Java Performance with Multithreading
  • Difference between PHP and JavaScript?
  • Bing Conversation Styles
  • ChatGPT Introduction
  • Open Source AI Frameworks
  • Artificial Intelligence Tools
  • Top AI Music Applications
  • Top AI Website Design Tools

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com