Esta função define o valor de uma variável. Se a variável não existir, ela será criada, caso já exista, seu valor será substituído.
Função
Nome:SetString
Alias:SetStr
Exemplos
//Default example:
SetString[variable, value]
//Using aliases:
SetStr[variable, value]
//Other examples
SetString["Name", "my other text"]