| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
Barcode.GetOption
Queries option by index.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| Barcode | 8.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Barcode.GetOption"; Index ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Index | The index of the option. Can be 1, 2 or 3. |
2 |
Result
Returns value or error.
Description
Queries option by index.Examples
Try to set and get option:
Set Variable [ $r ; Value: MBS( "Barcode.SetOptions" ; 3; 20 ) ]
Set Variable [ $Option ; Value: MBS( "Barcode.GetOption"; 2 ) ]
Set Variable [ $Option ; Value: MBS( "Barcode.GetOption"; 2 ) ]
See also
Release notes
- Version 8.1
Blog Entries
This function is free to use.
Created 23th February 2018, last changed 13th January 2021
MarkDown version: BarcodeGetOption.md