|
ReadIniFloats |
Count = ReadIniFloats(Filename$, Section$, Key$, fltArray#()) |
Parameters: Filename$ = the name of the Ini file Section$ = the section name Key$ = the key name fltArray#() = an array that receives the values |
Returns: Count = the number of values read |
ReadIniFloats reads a number of comma separated float values from an Ini file. You need to pass a float array to the function that will receive the values. The function returns the number of values that have been read. |
Related Info: | ReadIniIntegers | ReadIniStrings : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |