Converts an array of the string type to an array of the array type.

Source: Internet
Author: User

Converts an array of the string type to an array of the array type.
/**
* Convert a string to an array
*
* @ Param string $ data string
* @ Return array returns the array format. If data is null, an empty array is returned.
*/

Function string2array ($ data) {if ($ data = '') return array (); @ eval (" \ $ array = $ data; "); return $ array ;}


In labview, how can I convert a 1-D array string into a numerical array?

Your description is not clear enough. Can you give an example? Let's take a look at the comparison before and after the transformation.

How can I convert a float array to a character (string) array by using the C language array type conversion?

Char _ [7] = (char *) V.
Float value [8], a = 0; char value0_char [2], value1_char [10], value2_char [10], value3_char [10]…
Sprintf (value0_char, "%-3f", value [0]); // "-" negative sign indicates left alignment, 3
Sprintf (value1_char, "%-10f", value [1]); // "-" negative sign indicates left alignment, 10: NULL

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.