getobjectfast

  1. SlashIT

    iOS Question Method not found: getObjectFast:, target: <B4IArray: 0x...>

    Hello to all, I have this problem: I declare in MAIN (code module / Process_Globals) a public map. in a second "code module" I add the key to the map and as a value an array created on the fly: <map>. input ("key", Array As String ("a", "b", "c"). in a third "code module" I read the map, reading...
Top