Barcode.GetInputMode
--------------------

Queries input mode.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [Barcode](component_Barcode.md) | [8.1](newinversion81.md) | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |

MBS( "Barcode.GetInputMode" ) ### Parameters

none

### Result

Returns current mode or error.

### Description

Queries input mode.  
Value can be data, unicode, GS1, Kanji and SJIS. Empty value for default.  
### Examples

Try it:

 Set Variable \[ $r ; Value: MBS ( "[Barcode.SetInputMode](BarcodeSetInputMode.md)"; "unicode" ) \]   
Set Variable \[ $InputMode ; Value: MBS ( "Barcode.GetInputMode" ) \]  
### See also

- [Barcode.SetInputMode](BarcodeSetInputMode.md)

### Release notes

- **Version 8.1**
    - Added [Barcode.GetInputMode](http://www.mbsplugins.eu/BarcodeGetInputMode.shtml), [Barcode.GetOption](http://www.mbsplugins.eu/BarcodeGetOption.shtml), [Barcode.SetInputMode](http://www.mbsplugins.eu/BarcodeSetInputMode.shtml) and [Barcode.SetOption](http://www.mbsplugins.eu/BarcodeSetOption.shtml).

### Blog Entries

- [MBS FileMaker Plugin, version 8.1pr5](https://www.mbsplugins.de/archive/2018-02-26/MBS_FileMaker_Plugin_version_8/monkeybreadsoftware_blog_filemaker)

This function is free to use.

Created 23th February 2018 , last changed 13th January 2021

  
[Barcode.GenerateJSON](BarcodeGenerateJSON.md) - [Barcode.GetOption](BarcodeGetOption.md)

[HTML Version](BarcodeGetInputMode.shtml)