Normal Topic Silly Question (Read 856 times)
BOBSCOTT
Senior Member
Members
*****
Offline


That Darn Computer #$X#
{curse words}

Posts: 1195
Joined: Nov 22nd, 2002
Silly Question
Sep 22nd, 2004 at 1:36pm
Print Post Print Post  
This is probably something obvious but has me fooled.

Is ne some kind of reserved characters?

I can set a variable to just about anything but I was trying to set a variable for something called new event so I wanted to use

// adds a new event record to existing patient record

var ne as Int
ne = @formNewRecord(Events)

this fails test

But any other combo tests fine

// adds a new event record to existing patient record

Var nn as Int
nn = @formNewRecord(Events)

Why?

Maybe something to do with not equal?
  

Team – Together Everyone Achieves More
Back to top
 
IP Logged
 
Ray the Reaper
Global Moderator
Members
Lantica Support
*****
Offline


The One & The Only

Posts: 2482
Joined: Aug 20th, 2003
Re: Silly Question
Reply #1 - Sep 22nd, 2004 at 1:49pm
Print Post Print Post  
Hello Bob,

ne is a reserved keyword and can be found on page 247 of the Sesame Programming Guide.
  

Raymond Yoxall Consulting
ray.yoxall@gmail.com
ryoxall@lantica.com
Sesame Applications, Design and Support
Back to top
IP Logged
 
BOBSCOTT
Senior Member
Members
*****
Offline


That Darn Computer #$X#
{curse words}

Posts: 1195
Joined: Nov 22nd, 2002
Re: Silly Question
Reply #2 - Sep 22nd, 2004 at 1:56pm
Print Post Print Post  
Thanks Ray,

I missed that one, I guess its time for cheater glasses, The eyes are the third things to go.  Wink
  

Team – Together Everyone Achieves More
Back to top
 
IP Logged