<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style='font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;'>is my assumption that (i) and (e) from the listLoadedModules refer to Internal and External ?<br><br><br>SmalltalkImage current listLoadedModules asSortedCollection: [:a :b | a &lt; b] <br>&nbsp;a SortedCollection(<br>'B2DPlugin VMMaker.oscog-eem.69 (i)' <br>'BitBltPlugin VMMaker.oscog-eem.115 (i)' <br>'CroquetPlugin VMMaker-oscog.40 (i)'&nbsp;&nbsp; &lt;&lt;post VMMaker<br>&nbsp;'FilePlugin VMMaker.oscog-eem.97 (i)' <br>'FloatArrayPlugin VMMaker-oscog.40 (i)' <br>'FloatMathPlugin VMMaker-oscog.40 (i)' &lt;&lt;post VMMaker <br>'IA32ABI VMMaker.oscog-eem.99 (i)' <br>'JPEGReadWriter2Plugin VMMaker-oscog.40 (i)'&nbsp;&nbsp; &lt;&lt;post VMMaker<br>&nbsp;'LargeIntegers v1.5 VMMaker.oscog-eem.72 (i)'<br>&nbsp;'Matrix2x3Plugin VMMaker-oscog.40 (i)' <br>'MiscPrimitivePlugin VMMaker-oscog.40 (i)' <br>'SecurityPlugin VMMaker-oscog.40 (i)' <br>'SocketPlugin VMMaker-oscog.40 (i)'<br>&nbsp;'SoundPlugin VMMaker-oscog.54 (i)'<br>&nbsp;'UUIDPlugin VMMaker-oscog.47 (e)' <br>'ZipPlugin VMMaker-oscog.40 (i)')<br><br>If I do <br>SmalltalkImage current listBuiltinModules asSortedCollection: [:a :b | a &lt; b]&nbsp; <br>all the results have an (i). <br></div></body></html>