Strings library

<< Click to Display Table of Contents >>

Navigation:  Project > Scripts > FBD language > Script objects of FBD language  >

Strings library

Previous pageReturn to chapter overviewNext page

stringlib

 

Equal Strings - this script object compare two strings in Inputs and if their are equal it sets true into Output value.

String to Double - this script object converts Input’s string value into Output’s double value.

Double to String - this script object converts Input’s double value into Output’s string value.

Strings concat - this script object concatenate Input’s strings values into Output’s string value. (Output = Input1+Input2).

String cut end - this script object cuts end of Input’s string value by the № of characters and place result into Output’s string value.

String cut begin - this script object cuts begin of Input’s string value by the № of characters and place result into Output’s string value.

 

Example:

strex

 

This operation concatenate Tag's value and Tag1's value and place result in Tag2's value.

 

Tag

Tag1

Tag2

Hello

World

HelloWorld