circle-check
Boxlang 1.x Stable Released
BoxLang : A Modern Dynamic JVM Languagearrow-up-right
LogoLogo
search
⌘Ctrlk
JavaDocschevron-downDownloadTrySourceSupport
LogoLogo
  • house-windowIntroduction
  • Getting Started
    • crosshairs-simpleOverview
    • sign-posts-wrenchInstallation
    • plug-circle-boltRunning BoxLang
    • cloud-boltBoxLang Cloud Servers
    • laptop-codeIDE & Tooling
    • magentoMaven Integration
    • wrench-simpleRuntime Configuration
  • BoxLang Language
    • folder-treeProgram Structure
    • brackets-curlySyntax & Semantics
    • codepenClasses & O.O.
    • codeTemplating Language
    • booksReference
      • API Docs
      • Lexical Elements
      • Types
      • Built-in Functions
        • array
        • async
        • binary
        • cache
        • cli
        • conversion
        • decision
          • ArrayIsEmpty
          • Attempt
          • IsArray
          • IsBinary
          • IsBoolean
          • IsClosure
          • IsCustomFunction
          • IsDate
          • IsDateObject
          • IsDebugMode
          • IsDefined
          • IsEmpty
          • IsFileObject
          • IsIPv6
          • IsJSON
          • IsLeapYear
          • IsLocalHost
          • IsNull
          • IsNumeric
          • IsNumericDate
          • IsObject
          • IsQuery
          • IsSimpleValue
          • IsStruct
          • IsValid
          • IsXML
          • IsXmlAttribute
          • IsXMLDoc
          • IsXMLElem
          • IsXMLNode
          • IsXMLRoot
          • LSIsNumeric
          • structIsEmpty
        • encryption
        • format
        • i18n
        • io
        • java
        • jdbc
        • list
        • math
        • net
        • query
        • runtime
        • scheduler
        • string
        • struct
        • system
        • temporal
        • type
        • xml
        • zip
      • Components
      • Exceptions
  • BoxLang Framework
    • medalBoxLang+
    • rocket-launchApplication.bx
    • waves-sineAsync Programming
    • plugComponents
    • serverCaching
    • cabinet-filingFile Handling
    • databaseJDBC & Databases
    • javaJava Interop
    • jet-fighter-upInterceptors
    • globe-wifiHTTP/S Calls
    • soapSOAP Web Services
    • satellite-dishServer-Sent Events (SSE)
    • chart-tree-mapModules
  • Extra Credit
    • flask-vialTesting
    • rectangles-mixedMVC
    • syringeDependency Injection
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
githubEdit
  1. BoxLang Languagechevron-right
  2. booksReferencechevron-right
  3. Built-in Functionschevron-right
  4. decision

ArrayIsEmpty

Determines whether an array contains data.

hashtag
Method Signature

arrayIsEmpty(value=[any])

hashtag
Arguments

Argument
Type
Required
Description
Default

value

any

true

hashtag
Examples

hashtag
Related

  • ArrayIsEmpty

  • Attempt

  • IsArray

  • IsBinary

  • IsBoolean

  • IsClosure

  • IsCustomFunction

  • IsDate

  • IsDateObject

  • IsDebugMode

  • IsDefined

  • IsEmpty

  • IsFileObject

  • IsIPv6

  • IsJSON

  • IsLeapYear

  • IsLocalHost

  • IsNull

  • IsNumeric

  • IsNumericDate

  • IsObject

  • IsQuery

  • IsSimpleValue

  • IsStruct

  • IsValid

  • IsXML

  • IsXmlAttribute

  • IsXMLDoc

  • IsXMLElem

  • IsXMLNode

  • IsXMLRoot

  • LSIsNumeric

  • structIsEmpty

Previousdecisionchevron-leftNextAttemptchevron-right

Last updated 7 months ago

Was this helpful?

LogoLogo

Social Media

  • X
  • FaceBook
  • LinkedIn
  • YouTube

Bug Tracking

  • Runtimes
  • IDE
  • Modules

Support

  • Professional
  • Community
  • Slack

Copyright & Register Trademark by Ortus Solutions, Corp

  • Method Signature
  • Arguments
  • Examples
  • Related

Was this helpful?