[squeak-dev] DotNet problem

Keith Hodges keith_hodges at yahoo.co.uk
Thu May 14 18:36:43 UTC 2009


I am trying to reproduce something similar tot he following VB code,
using the Squeak DotNet bridge.

retVal = someObject.nSetValue("Comment$","Debit Amount")
retVal = some.nSetValue("DebitAmount", 200)

The first line works, but the second line doesn't. It reports that the
method is Missing.

Any help would be much appreciated.

Keith



More information about the Squeak-dev mailing list