Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
XL.Book.Version
Queries version of XL library.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
XL | 7.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "XL.Book.Version" { ; BookRef } ) More
Parameters
Parameter | Description | Example | Flags |
---|---|---|---|
BookRef | The reference to the workbook. | $ref | Optional |
Result
Returns number or error.
Description
Queries version of XL library.Examples
Query version of LibXL:
Set Variable [ $book ; Value: MBS( "XL.NewBook" ) ]
Set Variable [ $version ; Value: MBS( "XL.Book.Version"; $book ) ]
Set Variable [ $r ; Value: MBS( "XL.Book.Release"; $book ) ]
Show Custom Dialog [ "Version" ; $version ]
See also
Release notes
- Version 14.3
- Changed XL.Book.Version to have the book parameter optional.
- Version 8.2
- Fixed XL.Book.Version to return version formatted.
Blog Entries
This function checks for a license.
Created 22nd April 2017, last changed 26th June 2024
