IString (ALIAS) ¶ TYPE IString : STR.|dIString|
IStringRepresentation (ALIAS) ¶ TYPE IStringRepresentation : STR.|dIStringRepresentation|
RUNE (ALIAS) ¶ TYPE RUNE : UTF8.|dRUNE| The term rune appears in the libraries and source code, and means exactly the same as “unicode code point”, with one interesting addition. This library defines the word rune as an alias for the type DINT , so programs can be clear when an integer value represents a code point. Moreover, what you might think of as a character constant is called a rune constant. The type and value of the expression WSTRING#"⌘" is a rune with the integer value DINT#16#2318 .
String Functions Library Documentation ¶ Company CODESYS Title String Functions Version 4.0.0.0 Categories Application|Strings Namespace STF Author CODESYS Development GmbH Placeholder StrFunc Description 1 ¶ Replacement for the string functions from the standard(64).library Contents: ¶ Library Information GetLibVersion (Function) GetLibVersionNumber (Function) IsLibReleased (Function) StrFunc Aliases Enums Functions Indices and tables ¶ 1 Based on String Functions.library, last modified 21.06.2023, 11:08:53. LibDoc 4.4.0.0-b.27 The content file String Functions.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 21.06.2023, 11:08:54.
Library Information ¶ GetLibVersion (Function) GetLibVersionNumber (Function) IsLibReleased (Function)
GetLibVersion (FUN) ¶ FUNCTION GetLibVersion : VERSION InOut: Scope Name Type Return GetLibVersion VERSION
GetLibVersionNumber (FUN) ¶ FUNCTION GetLibVersionNumber : DWORD InOut: Scope Name Type Return GetLibVersionNumber DWORD
IsLibReleased (FUN) ¶ FUNCTION IsLibReleased : BOOL InOut: Scope Name Type Return IsLibReleased BOOL
StrFunc ¶ Aliases IString (Alias) Enums ERROR (Enum) Functions CONCAT (Function) COUNT (Function) DELETE (Function) FIND (Function) INSERT (Function) LEFT (Function) LEN (Function) MID (Function) REPLACE (Function) RIGHT (Function)
Aliases ¶ IString (Alias)