Witango-Talk: Class Files

2003-06-26 Thread Fogelson, Steve
Win2K sp3 server, R:Tango 2000, R:Base 6.5 I setup a class file with : Return Value as Method Variable Parameters: one variable in (StateID), two variables out (StateName, StateAbbrev) I understand that I have to reference the in variable with a method scope within the class file. I assume

RE: Witango-Talk: Class Files

2003-06-26 Thread Ben Johansen
] Sent: Thursday, June 26, 2003 8:12 AM To: Witango User Group (E-mail) Subject: Witango-Talk: Class Files Win2K sp3 server, R:Tango 2000, R:Base 6.5 I setup a class file with : Return Value as Method Variable Parameters: one variable in (StateID), two variables out (StateName, StateAbbrev) I

RE: Witango-Talk: Class Files

2003-06-26 Thread Fogelson, Steve
PROTECTED] Subject: RE: Witango-Talk: Class Files This got me for the longest time. the best way to think the return variable is it is defining the variable to use within the method. So within you method do a final assign to this variable -example- @ASSIGN NAME=returnValue VALUE=@@method$AttribValue[1

RE: Witango-Talk: Class Files

2003-06-26 Thread Ben Johansen
- From: Fogelson, Steve [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 12:18 PM To: '[EMAIL PROTECTED]' Subject: RE: Witango-Talk: Class Files Ben, Thanks for the reply. I'm still having a little trouble. I setup the class file (SelectState) with : Return Value as Method Variable