Quote:
Originally Posted by vassilis
but cache_get_field_content_int is for integer how he could store value as a strng if it it is an integer? valstr is converting value to string ? Is it something like strval?
|
It is the opposite of strval, it gets the integer from "cache_get_field_content_int(0, "String1")" and puts it into your array as a string.