Brian Dunning's Error Code Reference

Lasso Error -9948

Tag not found

 

Comments

Matt Moehr   Matt Moehr
Nov 2, 2009
I'm getting

"insert" was not a member of type null

because I am trying to use a bunch of arrays with dynamic names based on the values stored in a sql table. There is some sort of syntax I have wrong in the naming convention.
 
Kevin Black   Kevin Black, MacSavers
Sep 24, 2007
If you're going from the older Lasso 3.x, you'll need to use tick marks ( ' ) around field names before the equals symbol. 3.x did not require the tick marks, but 8.x and up does. Not using the tick marks will produce this error even if all your other syntax is correct.
 
Brian Dunning   Brian Dunning, BrianDunning.com
Nov 23, 2004
Almost always means you have a typo. Lasso is not able to execute a mistyped command.