# Create EAN128

Creates a EAN 128 Barcode.

Action available for the following operating systems:

![](/files/-MGIiDGuNcrVFP-DbUma)

### Parameters

* **Al** *\<unquoted string> -* The Al property of the EAN 128 barcode to be created.
* **Source** *\<unquoted string> -* The control or variable where the EAN 128 property is loaded.
* **Target** *\<unquoted string> -* The control or variable that saves the EAN 128 barcode created.
* **Group Separator Char** *\<numeric> -* The ASCII Value of the char separator of the Al values in EAN 128 barcodes.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-others/create-ean128.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
