Search found 6 matches

by Sergio M.
Mon May 09, 2016 8:52 am
Forum: General category
Topic: Progress of new version
Replies: 8
Views: 53099

Progress of new version

don`t worry, thanks
by Sergio M.
Fri Mar 18, 2016 1:53 pm
Forum: General category
Topic: how to implement the function iif
Replies: 9
Views: 25608

how to implement the function iif

Sorry AngelI don`t understand what you want to do, in your example you need to have a boolean value; you can pass to the function all the values you want, manage them inside and have the result.otherwise maybe you want a function that return the datatypeyou demand ?In this case I don`t know if it is...
by Sergio M.
Thu Mar 17, 2016 4:41 pm
Forum: General category
Topic: how to implement the function iif
Replies: 9
Views: 25608

how to implement the function iif

btnbutton2.enabled=iif(a,b)
`=====================================
Function iif(valor1 as integer,valor2 as integer) as boolean
  if valor1 > valor2 Then result = True Else result = False
End Function
by Sergio M.
Thu Mar 17, 2016 4:19 pm
Forum: General category
Topic: how to implement the function iif
Replies: 9
Views: 25608

how to implement the function iif

Hi Angel
I think that in fnxbasic val("abc") always return 0
for val(string) the string must be "1234"(numeric).
regards
by Sergio M.
Fri Jan 29, 2016 5:23 am
Forum: General category
Topic: Run command
Replies: 1
Views: 13045

Run command

Yes on Windows10 not work.
by Sergio M.
Thu Jan 28, 2016 5:04 pm
Forum: discbugs
Topic: Array
Replies: 0
Views: 16672

Array

I am new to FNXBasic......I think it`s great, thanks to Marco.

I have not found how to manipulate arrays of variables (like array.count - array.ubound etc.)
There is a way for this?