iamtheky 927 Posted September 8, 2010 (edited) Global $array[1][4] = [['field 1', 'field 2', 'field 3' , '_function()']]Is it possible to later call that function by variable? calling it by $array[$i][3] (or a variable of that variable) is no good.I can see it in my msgbox test so i know its there, just cant seem to figure out how to get my dumb self to call it.my bad spelling caused all of the above, call works just fine. Edited September 8, 2010 by iamtheky ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__) Share this post Link to post Share on other sites