atomsUpdateUpdate one or several external modulesCalling Sequence
result = atomsUpdate()
result = atomsUpdate(name[,section]])
Argumentsname
1xn character string matrix : module's technical name
section
This argument controls the list of sections where search
modules to update.
section is a single-string and its value should be :
"all": Modules to remove are searched in both
"user" and "allusers" sections.
"allusers": Modules to remove are only searched in
the "allusers" section.
"user": Modules to remove are only searched in
the "user" section.
If SCI is write accessible, "all" is the default value.
Otherwise, the default value is "user".
resultDescriptionatomsUpdate update one or more external modules.
ExamplesSee Also
atomsInstall
atomsRemove
atomsGetInstalled