爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 3422|回复: 3

[vbscript] 运行脚本时错误提示'expecting a parameter name'

[复制链接]

新浪微博达人勋

发表于 2014-9-29 22:21:32 | 显示全部楼层 |阅读模式

登录后查看更多精彩内容~

您需要 登录 才可以下载或查看,没有帐号?立即注册 新浪微博登陆

x
部分代码如下所示,当运行到标红一行就显示了如题所示的错误提示'expecting a parameter name',不晓得问题出在哪里,新手套用模板编程,
之前都没问题,修改了路径,文件名,就出错了,急求大神指导!

Sub Main
'Declare the variable that will reference the application
Dim SurferApp As Surfer.Application
Set SurferApp = CreateObject("Surfer.Application")
    SurferApp.Visible = True
'path
dirPath = "E:\IWP\DATA\Drought Predicting\Correlation Analysis\Predictors 2014\Element field ana\"
OutGrid = "E:\IWP\DATA\Drought Predicting\Correlation Analysis\Predictors 2014\Element field ana\surfer\For sst\"
Dim ID As String
Dim Infile As String
ID = "0.05coe-spi_sst_SUM-h-y"  '修改
IDout ="0.05coe-spi_sst_SUM-h-y-SUM1"  '修改
Infile = dirPath+ID+".txt" '+ CStr(k)
'creat grid file with text file
SurferApp.GridData(DataFile:=Infile,_
  xCol:=1, yCol:=2,zCol:=3,_'修改
  NumCols:= 1000, NumRows:= 460, Algorithm:=srfKriging, _
  ShowReport:=False, SearchEnable:=True, _
  xMin:=0,xMax:=358,yMin:=-76,yMax:=88, _
  OutGrid:= OutGrid +  IDout +".grd", OutFmt:=srfGridFmtS7)
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2014-9-30 07:51:41 | 显示全部楼层

非常感谢楼主
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2014-9-30 09:43:05 | 显示全部楼层
愚人自答:文件名IDout ="0.05coe-spi_sst_SUM-h-y-SUM1"  '修改  中,变量IDout忘了定义了,问题已解决
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2014-9-30 10:10:11 | 显示全部楼层
来学习一下!
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

快速回复 返回顶部 返回列表