Menu

document function - GetElementString

ema manu

GetElementString

This functions split the string and get the value at the position

example:

select config.GetElementString('1|2|3|4','|',2)

paramenters:

  • @text
    the string to split
  • @del
    the char delimitator
  • @pos
    the position of element to extract