hi all:
I need to ask for confirmation if this is some kind of bug or is it incorrect my programmin:
I can't get any info, it popup out message argument 1 must type table. What can I do in this issue?Code:acceso = Registry.GetAccess(HKEY_LOCAL_MACHINE, "SYSTEM\\CurrentControlSet\\services\\cdrom\\Enum", ACCESS_ALL); if acceso == true then kio = Registry.GetKeyNames(HKEY_LOCAL_MACHINE, "SYSTEM\\CurrentControlSet\\services\\cdrom\\Enum"); tablero = Table.Concat(kio, "\r\n", 1, TABLE_ALL); Dialog.Message("Notice", tablero, MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1); end
Thanks

Reply With Quote

