mid

Tekla Structures
Modified: 11 Mar 2024
2025
Tekla Structures

mid

This function returns n characters from a string, starting from the position that is given with the offset parameter. If n is omitted, all succeeding characters are returned.

Parameters: string, offset, n

This example returns two characters from the string starting from the second character. The result is "bc".


Was this helpful?
Previous
Next