Re: MI Mapbasic Create table statement

2000-09-21 Thread steph Morel
Hi Dan you can also use "run command mycommand" where mycommand is a string like that : Dim mycommand as String mycommand = "Create Table"+chr$(34)+ "mynewtablename"+chr$(34)+"(field1 Char(10)) file"+chr$(34)+ "c:\temp\mynewtablename.TAB"+chr$(34)+" TYPE NATIVE Charset+chr$(34)+ "WindowsLatin1"+c

RE: MI Mapbasic Create table statement

2000-09-20 Thread Tim.Nuteson (Exchange)
Title: Mapbasic Create table statement Hi Dan.  Here's an example that works for me.  The FileSaveAsDlg() function prompts user to specify a table name, and returns the full path info for the specified location.  You then need to use PathToTableName$() to extract the tab name from the full