Scripting

Search The Documentation:

  1. Home
  2. Docs
  3. Scripting
  4. Text
  5. joinString

joinString

Platform Compatibility

PC Mac OSX Oculus Quest
X X X

Join together multiple strings, up to 9 total (eg: Vector3)

Parameters:

  • a
    • A string value
  • b
    • A string value
  • c…etc. Optional
    • A string value

returns a String (text) value

Example:

1
obj.joinString(a, b, c)
Tags
Was this article helpful to you? Yes No

How can we help?