Gaming
 

MCom.setStringVar

From WoWWiki

This article is a part of the documentation of the MCom function library

 --[[
   setStringVar ( string varString, value )
     Sets a variable, specified by a string, to a value.
     However this can parse complex variable names that contain .
     such as "Something.Variable"
     
     It does not handle "Something['Variable']".. Just use the .
     format instead.  This also works for number indexes.
   
   Args:
     varString - the variable to set, encapsulated in a string, ex:
       "Something.Variable.Monkey.Hippo"
     value - the value to set the variable to, can be any type
 ]]--