[KCFusion] Cold Fusion

2003-05-27 Thread lance



What is the best way to get the last 2 char. in a 
variable?


Lance W. BoykinCentralized Showing 
Service(913) 754-1023 [EMAIL PROTECTED]


RE: [KCFusion] Cold Fusion

2003-05-27 Thread Kory Bakken



#right(trim(variablename),2)#

  -Original Message-From: lance 
  [mailto:[EMAIL PROTECTED]Sent: Tuesday, May 27, 2003 4:07 
  PMTo: [EMAIL PROTECTED]Subject: [KCFusion] Cold 
  Fusion
  What is the best way to get the last 2 char. in a 
  variable?
  
  
  Lance W. BoykinCentralized Showing 
  Service(913) 754-1023 [EMAIL PROTECTED]


Re: [KCFusion] Cold Fusion

2003-05-27 Thread Adaryl Wakefield



right(string, 2)
A.

  - Original Message - 
  From: 
  lance 
  
  To: [EMAIL PROTECTED] 
  Sent: Tuesday, May 27, 2003 4:06 PM
  Subject: [KCFusion] Cold Fusion
  
  What is the best way to get the last 2 char. in a 
  variable?
  
  
  Lance W. BoykinCentralized Showing 
  Service(913) 754-1023 [EMAIL PROTECTED]


Re: [KCFusion] WDDX

2003-05-27 Thread Adaryl Wakefield



Ok let me come at this more abstractly. If you send 
something via post, is there a way to identify and extract that 
info?
A.

  - Original Message - 
  From: 
  Adaryl Wakefield 
  
  To: [EMAIL PROTECTED] 
  Sent: Tuesday, May 27, 2003 3:53 PM
  Subject: [KCFusion] WDDX 
  
  This is a long shot but I can' t communication 
  with my flash lists at the moment. I'm sending a wddx packet from Flash MX to 
  a cfm page for processing. The problem is I don't have a clue how to 
  deserialize it once it gets to the cfm page. All the examples I can find are 
  inappropriate. Specifically what goes in the input attribute of the 
  cfwddx tag?
  A.