Help with float in sqlite
#1

Hello guys i have one question how to get one float with sqlite?

my code here:

Код:
db_get_field_assoc(Result,"x",Pos[0],32);
db_get_field_assoc(Result,"y",Pos[1],32);
db_get_field_assoc(Result,"z",Pos[2],32);
and i have x3 this warning : warning 213: tag mismatch


thanks
Reply
#2

https://sampwiki.blast.hk/wiki/Db_get_field_assoc

Store it to a temporary string and then floatstr the result.
Reply
#3

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
https://sampwiki.blast.hk/wiki/Db_get_field_assoc

Store it to a temporary string and then floatstr the result.
thank you very much +rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)