PStrLenUntil (FUN) ¶ FUNCTION PStrLenUntil : DINT InOut: Scope Name Type Return PStrLenUntil DINT Input pst POINTER TO STRING stTokenDelimiters STRING
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
StringToDintMap.GetValue (METH) ¶ METHOD GetValue : DINT InOut: Scope Name Type Return GetValue DINT Input str STRING Output udiResult UDINT
StringToStringMap (FB) ¶ FUNCTION_BLOCK StringToStringMap EXTENDS BaseMap Properties: CaseSensitive Capacity , inherited from BaseVector Count , inherited from BaseVector proUseOptimizedSortForInsertionAtTheEnd , inherited from BaseMap Methods: AddStringStringPair GetValue abstrAssign 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: AddStringStringPair (Method) CaseSensitive (Property) GetValue (Method) abstrAssign (Method)
StringToStringMap.AddStringStringPair (METH) ¶ METHOD AddStringStringPair : UDINT InOut: Scope Name Type Return AddStringStringPair UDINT Input strKey STRING strValue STRING
StringToStringMap.CaseSensitive (PROP) ¶ PROPERTY CaseSensitive : BOOL The default is TRUE
StringToStringMap.GetValue (METH) ¶ METHOD GetValue : STRING InOut: Scope Name Type Return GetValue STRING Input str STRING Output udiResult UDINT