danieleteti / dmvcframeworktheofficialguide

Use this project to comunicate issues, requests and so forth for the "DMVCFramework - the official guide" book
Apache License 2.0
11 stars 2 forks source link

chapter 14 missing := in code #10

Open jet2050 opened 3 years ago

jet2050 commented 3 years ago

Chapter 14 page 271

example is missing :=

current example:

var lCount TMVCActiveRecord.Count(lRQL)

it should be:

var lCount := TMVCActiveRecord.Count(lRQL)

Regards