Raised This Month: $51 Target: $400
 12% 

[Solved] nfvault - nfv_get_num


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
pacheco
Senior Member
Join Date: Jul 2011
Old 10-19-2013 , 19:45   [Solved] nfvault - nfv_get_num
Reply With Quote #1

For now it's solved. =)

Hello. I can't understand how to use the native correctly.

Code:
/**
 * Retrieves data as number form in file under key and name.
 *
 * @param filename      The file location to search for the data.
 * @param key            The key within the file to look for. Set to "" for no key. Set to NFV_WILDCARD for any key.
 * @param name        The name under key to look for. Set to NFV_WILDCARD for any name.
 * @param identifier        The character used to identify different keys.
 * @param key_tell_start    Where to start searching for key.
 * @param key_tell_find  Where the key was found.
 * @param name_tell_start   Where to start searching for name.
 * @param name_tell_find    Where the name was found.
 * @param key_copy      The string that will contain the key of the data retrieved. Only used with NFV_WILDCARD for key.
 * @param key_len         If specified, the size of the key found to copy. Only used with NFV_WILDCARD for key.
 * @param name_copy   The string that will contain the name of the data retrieved. Only used with NFV_WILDCARD for name.
 * @param name_len      If specified, the size of the name found to copy. Only used with NFV_WILDCARD for name.
 * @return          Numeric value of data found. 0 if no data.
 */
nfv_get_num(const filename[], const key[], name[], const identifier=';', const key_tell_start=0, &key_tell_find=0, const name_tell_start=0, &name_tell_find=0, key_copy[]="", const key_len=0, name_copy[]="", const name_len=0)
Tried many times.. but no success.
__________________




Last edited by pacheco; 10-24-2013 at 14:12.
pacheco is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:52.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode