search for: nameth

Displaying 2 results from an estimated 2 matches for "nameth".

2008 Apr 24
7
Please help. The error occurred while evaluating nil.name
Okay so heres my code which works fine, i''ll explain the problem below. <% for num in 1..-04Gazou6+pmm/bHYDwDEOA@public.gmane.org %> <table class="products" id="table1" cellspacing="2" cellpadding="3" border="3"> <tr> <td> <table width="25%"> <tr> <tr> <td><%=
2008 May 20
1
Converting String maybe
is this possible and if so how? Thanks fin = "BfAmProducts.find_all_by_bp_cat_main_id_1 1000" products = fin ## This is what i want to get products = BfAmProducts.find_all_by_bp_cat_main_id_1 1000 ##Getting this products = "BfAmProducts.find_all_by_bp_cat_main_id_1 1000" how can i convert that string? Thanks for your time