Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Author: K Z

    This author has written 1821 articles
    1. Home>
    2. K Z>
    3. Page 77

    Euphoria – Library Routines

    • Post author:K Z
    • Post published:October 19, 2021
    • Post category:Euphoria
    • Post comments:1 Comment

    A large number of library routines are provided. Some are built right into the interpreter, ex.exe, exw.exe or exu. Others are written in Euphoria and you must include one of the…

    Continue ReadingEuphoria – Library Routines

    Euphoria – Date & Time

    • Post author:K Z
    • Post published:October 19, 2021
    • Post category:Euphoria
    • Post comments:0 Comments

    Euphoria has a library routine that returns the date and time to your program. The date() Method The date() method returns a sequence value composed of eight atom elements. The following example…

    Continue ReadingEuphoria – Date & Time

    Euphoria – Sequences

    • Post author:K Z
    • Post published:October 19, 2021
    • Post category:Euphoria
    • Post comments:0 Comments

    A sequence is represented by a list of objects in brace brackets { }, separated by commas. A sequence can contain both atoms and other sequences. For example − {2,…

    Continue ReadingEuphoria – Sequences

    Euphoria – Short Circuit Evaluation

    • Post author:K Z
    • Post published:October 19, 2021
    • Post category:Euphoria
    • Post comments:1 Comment

    When a condition is tested by if, elsif, until, or while using and or or operators, a short-circuit evaluation is used. For example − if a < 0 and b > 0 then -- block of code…

    Continue ReadingEuphoria – Short Circuit Evaluation

    Euphoria – Flow Control

    • Post author:K Z
    • Post published:October 19, 2021
    • Post category:Euphoria
    • Post comments:0 Comments

    Program execution flow refers to the order in which program statements get executed. By default, the statements get executed one after another. However; many times the order of execution needs…

    Continue ReadingEuphoria – Flow Control

    Euphoria – The for statement

    • Post author:K Z
    • Post published:October 19, 2021
    • Post category:Euphoria
    • Post comments:0 Comments

    A for loop statement is a repetition control structure that allows you to efficiently write a loop that needs to execute a specific number of times. A for statement sets up a…

    Continue ReadingEuphoria – The for statement

    Euphoria – The loop until statement

    • Post author:K Z
    • Post published:October 19, 2021
    • Post category:Euphoria
    • Post comments:1 Comment

    A loop...until the loop is similar to a while loops, except that a loop...until the loop is guaranteed to execute at least one time. Syntax The syntax of a loop...until is as…

    Continue ReadingEuphoria – The loop until statement

    Euphoria – while statement

    • Post author:K Z
    • Post published:October 19, 2021
    • Post category:Euphoria
    • Post comments:1 Comment

    A while loops is a control structure that allows you to repeat a task a certain number of times. Syntax The syntax of a while loop is as follows −…

    Continue ReadingEuphoria – while statement

    Euphoria – Loop Types

    • Post author:K Z
    • Post published:October 19, 2021
    • Post category:Euphoria
    • Post comments:5 Comments

    Looping is yet another most important aspect of any programming language. While writing your program, you may encounter a situation when you have to execute the same statement many times…

    Continue ReadingEuphoria – Loop Types

    ifdef…elsifdef…elsedef…endifdef Statements

    • Post author:K Z
    • Post published:October 19, 2021
    • Post category:Euphoria
    • Post comments:0 Comments

    The ifdef Statement The ifdef statements are executed at parse time, not runtime. This allows you to change the way your program operates in a very efficient manner. Since the ifdef statement…

    Continue Readingifdef…elsifdef…elsedef…endifdef Statements
    • Go to the previous page
    • 1
    • …
    • 74
    • 75
    • 76
    • 77
    • 78
    • 79
    • 80
    • …
    • 183
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP