Reputation: 149
Hi i am trying to set a variable equal to itself plus another variable so if I do:
set lvt_count = 0
set lvt = 1
set lvt_count = $lvt_count + $lvt
It should return a value for lvt_count, but I am getting a set:variable name must begin with letter error for some reason. Please help.
Upvotes: 0
Views: 1016