Is there a way to add fields based on a number entered in a field
such as
ON mouseUp
put fld "numberofcolumns" into tnumberofcolumns
REPEAT with c = 1 to tnumberofcolumns
--add a new field not sure what this code should be or if it can be done

  ask "What do you want to label this field?"
  IF it is not empty THEN
    put it into myLabel
    set the name of the target to myLabel
  END IF
END REPEAT
END mouseUp


Thanks
Rob
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to