-
Fundamental Capstoen Ex 1.2
When I call my showTableSummary[] function is gives me a mismatched type error.
It was working before not sure how to fix it. This is my code for it:
{
tableNames: tables[];
tableSummary: ()!();
// Initialize an empty dictionary{tableSummary[x]: count get x} each tableNames;
// get retrieves data from the table
// use tableSummary[x]: to assign value to key xtableSummary
// Return the dictionary
}
Log in to reply.