win.subW

LuaFAR 3

win.subW


strOut = win.subW (str, from, to)

Parameters:
  str:    string
  from:   integer (default = 1)
  to:     integer (default = -1)

Returns:
  strOut: string

Description:
  This function is similar to string.sub except that it works on UTF-16LE strings
  and considers arguments from and to expressed in characters rather than bytes.