Search found 6 matches
- Mon May 09, 2016 8:52 am
- Forum: General category
- Topic: Progress of new version
- Replies: 8
- Views: 55762
Progress of new version
don`t worry, thanks
- Fri Mar 18, 2016 1:53 pm
- Forum: General category
- Topic: how to implement the function iif
- Replies: 9
- Views: 27466
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...
- Thu Mar 17, 2016 4:41 pm
- Forum: General category
- Topic: how to implement the function iif
- Replies: 9
- Views: 27466
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
`=====================================
Function iif(valor1 as integer,valor2 as integer) as boolean
if valor1 > valor2 Then result = True Else result = False
End Function
- Thu Mar 17, 2016 4:19 pm
- Forum: General category
- Topic: how to implement the function iif
- Replies: 9
- Views: 27466
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
I think that in fnxbasic val("abc") always return 0
for val(string) the string must be "1234"(numeric).
regards
- Fri Jan 29, 2016 5:23 am
- Forum: General category
- Topic: Run command
- Replies: 1
- Views: 13442
Run command
Yes on Windows10 not work.
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?
I have not found how to manipulate arrays of variables (like array.count - array.ubound etc.)
There is a way for this?