1. another warning problem

I wrote this route my equivalent to basic's VAL

global function getdec(sequence seq) --returns a decimal given a sequence
atom de
sequence value_string
  value_string=value(seq[1..length(seq)])
 de = value_string[2]
return de
end function

 In some programs I get warning: call to getdec() might be short circuited.
 This hasn't caused me any promlems. 
 What does it mean?
 Should I worry about it?

 Don Cole 
SF

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu