StringVector (FB) ¶ FUNCTION_BLOCK StringVector EXTENDS BaseVector Properties: Capacity , inherited from BaseVector Count , inherited from BaseVector Methods: AddString GetString RemoveAt Clear , inherited from BaseVector InitMemory , inherited from BaseVector RemoveLast , inherited from BaseVector ReserveSpace , inherited from BaseVector proAfterAlloc , inherited from BaseVector proRemove , inherited from BaseVector Structure: AddString (Method) GetString (Method) RemoveAt (Method)
StringVector.AddString (METH) ¶ METHOD AddString : UDINT InOut: Scope Name Type Return AddString UDINT Input strVal STRING(VECTOR_STRING_LEN)
StringVector.GetString (METH) ¶ METHOD GetString : STRING(VECTOR_STRING_LEN) InOut: Scope Name Type Return GetString STRING(VECTOR_STRING_LEN) Input udiIndex UDINT Output udiResult UDINT
StringVector.RemoveAt (METH) ¶ METHOD RemoveAt : UDINT InOut: Scope Name Type Return RemoveAt UDINT Input udiIndex UDINT
UtilTokenizer (FB) ¶ FUNCTION_BLOCK UtilTokenizer Properties: CurrentPosition Methods: Initialize NextToken Structure: CurrentPosition (Property) Initialize (Method) NextToken (Method)
UtilTokenizer.CurrentPosition (PROP) ¶ PROPERTY CurrentPosition : INT
PStrToUpper (FUN) ¶ FUNCTION PStrToUpper : STRING(255) This function converts a string to uppercase. The maximal stringlen is 255! InOut: Scope Name Type Return PStrToUpper STRING(255) Input pstValue POINTER TO STRING(255)
StringToDintMap (FB) ¶ FUNCTION_BLOCK StringToDintMap EXTENDS BaseMap Properties: CaseSensitive Capacity , inherited from BaseVector Count , inherited from BaseVector proUseOptimizedSortForInsertionAtTheEnd , inherited from BaseMap Methods: AddStringDintPair GetValue BeginUpdate , inherited from BaseMap Clear , inherited from BaseVector EndUpdate , inherited from BaseMap InitMemory , inherited from BaseVector RemoveLast , inherited from BaseVector ReserveSpace , inherited from BaseVector proAfterAlloc , inherited from BaseVector proRemove , inherited from BaseVector Structure: AddStringDintPair (Method) CaseSensitive (Property) GetValue (Method)
StringToDintMap.AddStringDintPair (METH) ¶ METHOD AddStringDintPair : UDINT InOut: Scope Name Type Return AddStringDintPair UDINT Input str STRING diValue DINT
StringToDintMap.CaseSensitive (PROP) ¶ PROPERTY CaseSensitive : BOOL The default is TRUE