English
Chinese
  yTin Online Help  

  Home (english) | Home (chinese) | Downloads | Sample scripts | Online help | Utilities | FAQs | Discussions/Messages | Mud&links | My Progs | Mirrors |
var2al

format:            #var2alias {alias_to_assign} {$variable_to_convert}

example:         #variable {hi} {good morning!}
                     #variable {test_var} {tell chitchat $hi;tell chitchat help}
                     #var2al {test_alias} {$test_var}
Alias {test_alias} now is: {tell chitchat $hi;tell chitchat help}
                     #var2al {test_alias} {$test_var wanted!}
Alias {test_alias} now is: {tell chitchat $hi;tell chitchat help wanted!}

See also: #al2variable, #alias, #variable