Useful Labtalk functions added


Version: 2020b

Type: Features

Category: Programming

Subcategory: Labtalk

Jira: ORG-21288


  • Sem(vd) to calculate standard error in cell, column formula and script. Available under Under Function ? Statistics menu in Set Column Values dialog.

  • Between(str$, str1$, str2$)$ function to extract text between certain strings, E.g. if column A is filled with email addresses, use use between(A, "@", "."). to get text between @ and .