Author Topic: <VarName> {LastResult}  (Read 1714 times)

0 Members and 1 Guest are viewing this topic.

painy

  • $upporter
  • Sr. Member
  • *****
  • Posts: 103
  • Karma: 1
    • View Profile
<VarName> {LastResult}
« on: June 10, 2012, 11:28:32 AM »
Think I found a small bug (sorry if this was already discovered) in VC 0.950.

The description of <VarName> reads:

Sets the user variable <VarName> to <Value>
You can access the variable in other actions by using {var.variablename}

* If <Value> is omitted then the value of {LastResult} will be used as the <Value>

However, when I omitted the value VC produced the error: Index was outside the bounds of the array
The problem was resolved when I typed in {LastResult} manually.
« Last Edit: June 10, 2012, 11:32:29 AM by painy »

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: <VarName> {LastResult}
« Reply #1 on: June 12, 2012, 09:00:16 AM »
Thanks. I will check it out.  :)