Daniel Well surely you've seen it by now. You've declared a as string then assigned an integer to it. Either:
Dim a as integer/smallint Or a = "4" Terry McDonnell -----Original Message----- ... Dim Var_Name as String Dim a as string a = 4 var_name = ColumnInfo(map_for_thematic, "col"&a, COL_INFO_NAME) Save Window frontwindow() As Var_Name&".jpg" Type "JPEG" ... --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 12500
